Browse Source

Merge branch 'master' of http://gogs.es-lab.de/stmaingr/Lotto

Dave 5 years ago
parent
commit
e36da4f9c2
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Lotto.py

+ 6 - 0
Lotto.py

@@ -11,12 +11,18 @@ for a in range (6):
 	if zahl not in list:
 		zahl=r.randint(1,49)
 		list.append(zahl)
+#<<<<<<< HEAD
 #Superzahl
+#=======
+#a=0
+#>>>>>>> 059e849fe708e6381eafeb7c0b781386e2e83ca9
 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
 
 #Das wird richtig gut ;)