Ver código fonte

Lottospiel wurde erstellt

Max 5 anos atrás
commit
50d42d4998
1 arquivos alterados com 14 adições e 0 exclusões
  1. 14 0
      Lotto.py

+ 14 - 0
Lotto.py

@@ -0,0 +1,14 @@
+import random as r
+list=[]
+zahl =0
+for a in range (6):
+	while zahl in list:
+		zahl=r.randint(1,49)
+	list.append(zahl)
+	if zahl not in list:
+		zahl=r.randint(1,49)
+		list.append(zahl)
+print list
+
+szahl=r.randint(1,10)
+print szahl