浏览代码

Lottospiel wurde erstellt

Max 5 年之前
当前提交
50d42d4998
共有 1 个文件被更改,包括 14 次插入0 次删除
  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