Browse Source

ein commit um veränerung zu sehen!

Ruoxu Jing 5 years ago
parent
commit
f1d49cb04e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Lotto456.py

+ 1 - 1
Lotto456.py

@@ -5,6 +5,7 @@
 import random
 i=0
 gezogeneZahlen=[]
+#comant
 while True:
 	Zahl=random.randint(1,45)
 	if Zahl not in gezogeneZahlen:
@@ -13,5 +14,4 @@ while True:
 	if i==6:break
 print "Die Gewinnzahlen lauten:",gezogeneZahlen
 b=random.randint(1,9)
-print"Die Zusatzzahl lautet:",b