Merge branch 'master' of C:\Users\heimannjo\PycharmProjects\projekttage with conflicts.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import random
|
||||
geheimzahl=random.randrange(30)
|
||||
Zahl=0
|
||||
|
||||
while Zahl != geheimzahl :
|
||||
Zahl = int(input ("Errate die Zahl"))
|
||||
if Zahl>geheimzahl:
|
||||
print("zu groß du Lappen")
|
||||
|
||||
|
||||
elif Zahl<geheimzahl:
|
||||
print("zu klein")
|
||||
else:
|
||||
print("du hast die Zahl erraten")
|
||||
Reference in New Issue
Block a user