Skip to content
Snippets Groups Projects
Commit 0211f8aa authored by Adriel Nuqui's avatar Adriel Nuqui
Browse files

Leaderboard fix

parent 2854134e
No related branches found
No related tags found
No related merge requests found
...@@ -69,10 +69,11 @@ def append_leaderboard(seconds_used,filename): #time_used = 20 minutes - time r ...@@ -69,10 +69,11 @@ def append_leaderboard(seconds_used,filename): #time_used = 20 minutes - time r
userinput = userinput.lower() userinput = userinput.lower()
if userinput == 'yes': if userinput == 'yes':
view_leaderboard(filename) view_leaderboard(filename)
print('Returning back to the game...')
elif userinput == 'no': elif userinput == 'no':
print("Continuing back into the game...") print("Continuing back into the game...")
print('Returning back to the game...')
#Returns back to game.py #Returns back to game.py
append_leaderboard(932, 'Times.csv')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment