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(Graphics.Gamecompanion)
print(" Welcome to Game companion \n", Graphics.Rever) print(" Welcome to Game companion \n", Graphics.Rever)
time.sleep(3) 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: ") A = input(" user: ")
if A == "N" or A == "n": if A == "N" or A == "n":
stageExist() stageExist()
+1 -1
View File
@@ -8,4 +8,4 @@ Editpoints = pyfiglet.figlet_format("Edit Points")
Finalpoints = pyfiglet.figlet_format("Final Points") Finalpoints = pyfiglet.figlet_format("Final Points")
Cointoss = pyfiglet.figlet_format("Cointoss") Cointoss = pyfiglet.figlet_format("Cointoss")
Bye = pyfiglet.figlet_format("GoodBye") Bye = pyfiglet.figlet_format("GoodBye")
Rever = " rev: 2.0 ver: 1.7.0" Rever = "Rev: 2.0, Ver: 1.7.0, Pyfiglet 0.7"
Binary file not shown.