-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Here is the output of the program:
1- New Game
2- Load Game
3- Exit
1
What is your name?
My name is: hi
Choose a race
1- Human 2- Elf 3- Orc
My race is: a
Traceback (most recent call last):
File "./knight-training", line 258, in <module>
main()
File "./knight-training", line 227, in main
create_hero()
File "./knight-training", line 105, in create_hero
race_choice = int(input("My race is: "))
ValueError: invalid literal for int() with base 10: 'a'Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working