Explorar el Código

ein commit um veränerung zu sehen!

Ruoxu Jing hace 5 años
padre
commit
f1d49cb04e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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