Explorar o código

Lottospiel wurde erstellt

Max %!s(int64=5) %!d(string=hai) anos
achega
50d42d4998
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  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