Erster Schwung für Teil 22
This commit is contained in:
7
teil22/rndm.py
Normal file
7
teil22/rndm.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import numpy as np
|
||||
|
||||
#Erzeuge 1 Mio Zufallszahlen
|
||||
random_np = np.random(100000)
|
||||
|
||||
random_list = list(random_np)
|
||||
|
Reference in New Issue
Block a user