Browse Source

'Ü1' löschen

stcgche2 5 years ago
parent
commit
c166e5e78d
1 changed files with 0 additions and 12 deletions
  1. 0 12
      Ü1

+ 0 - 12
Ü1

@@ -1,12 +0,0 @@
-import random
-list = []
-n = 0
-while n<16:
-     zahl = random.randint(1,49)
-     if zahl in list:
-       pass
-     elif zahl not in list:
-       list.append(zahl)
-       n = n + 1
-print list
-exit()