1
0
Fork 0

remove running time print

This commit is contained in:
Lili (Tlapka) 2021-03-30 14:04:28 +02:00
parent 04e79c27d2
commit 8c1e960702
1 changed files with 0 additions and 1 deletions

View File

@ -260,7 +260,6 @@ def game_loop():
print("Basic commands are:")
print("(S)tart, (N)ext, (H)elp, (C)heck, (E)xit")
while True:
print("Current running time: {}m".format(game.running_time()))
print("Waiting for your input:")
command = input()
command = command.lower()