Ver código fonte

Kommentare hinzugefügt

Max 5 anos atrás
pai
commit
059e849fe7
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      Lotto.py

+ 3 - 0
Lotto.py

@@ -8,9 +8,12 @@ for a in range (6):
 	if zahl not in list:
 		zahl=r.randint(1,49)
 		list.append(zahl)
+#a=0
 a=0
+#Hier wird die liste ausgegeben
 while a <len(list):
 	print list[a]
 	a=a+1
 szahl=r.randint(1,10)
+#hier wird die Superzahl wiedergegeben
 print szahl