You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message = input(f'\nWelcome, {player.name}!\nWould you like to play a game?\ny/n\n')
message = message.split()
if message[0] == 'n':
message = print(noGame)
playing = False
else:
message = print(yesGame)
gameList = input("\n\nPlease chose a game from the list by selecting it's coresponding number:\n________________________________________________________________________\n________________________________________________________________________\n\n\n1. Guess the number\n\n")