Explorar el Código

ein commit un veränderungen zu sehen

Wang Yongfeng hace 5 años
padre
commit
a34eed5f1a
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      Lotto.py

+ 1 - 2
Lotto.py

@@ -1,10 +1,9 @@
 #Wang
 #11,01,19
-
 import random
 i = 0
 gezogeneZahlen = []
-
+#komental
 while True:
 	Zahl = random.randint(1,45)
 	if Zahl not in gezogeneZahlen: