소스 검색

Kommentare hinzugefügt

Max 5 년 전
부모
커밋
059e849fe7
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Lotto.py

+ 3 - 0
Lotto.py

@@ -8,9 +8,12 @@ for a in range (6):
 	if zahl not in list:
 		zahl=r.randint(1,49)
 		list.append(zahl)
+#a=0
 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