Stefanie Fiedler лет назад: 7
Родитель
Сommit
095b83bb45
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      Lottozahlen.py

+ 5 - 1
Lottozahlen.py

@@ -2,4 +2,8 @@
2 2
 #und zusätzlich die Zusatzszahl ausgeben
3 3
 #Autor: Stefanie Fiedler, Johannes Bange
4 4
 #26.04.2017 V.1.0
5
-FF
5
+import random as r
6
+Zahlen= ["0",
7
+def Zahlziehen:
8
+	print "1. Zahl ist: {0}".format(i)  
9
+