kleine Verbesserung (mit Linus)

This commit is contained in:
2025-12-15 15:30:24 +01:00
parent 12fb26a303
commit 622cf1dd45
4 changed files with 2 additions and 79 deletions

View File

@@ -46,6 +46,8 @@ def homepage_upgrades():
elif answer == 3:
lvl_up_multiplier()
break
elif answer not in (1, 2, 3):
print('Bitte 1, 2 oder 3!')
except ValueError:
print('Nur Zahlen')