Browse Source

ein commit un veränderungen zu sehen

Wang Yongfeng 5 years ago
parent
commit
a34eed5f1a
1 changed files with 1 additions and 2 deletions
  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: