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
game=int(input("Welcome to my Ironhack arcade! \n\nYou can choose from the following games:\n\n1 - Guess the number\n\n2 - Hangman\n\n3 - Exit arcade\n\n"))
elifgame==1:
game=gtn.guess_the_number()
elifgame==2:
game=hg.hangman()
elifgame==3:
arcade=0
else:
game=int(input('Please input a number from 1 to 3: \n\n'))
print("Thank you for having played in our arcade!\n\n")