Cleanup
This commit is contained in:
@@ -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
@@ -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.
Reference in New Issue
Block a user