This commit is contained in:
mrmarcus007
2022-10-20 09:59:18 +01:00
parent b03f339418
commit a1e4529575
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ def stage1():
print(Graphics.Gamecompanion)
print(" Welcome to Game companion \n", Graphics.Rever)
time.sleep(3)
print(" Press N to exit, or press any key to get started")
print(" \n Press N to exit, or press any key to get started")
A = input(" user: ")
if A == "N" or A == "n":
stageExist()