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
I get an exception if I put 'elf' in as my race selection.
Please see the following steps to reproduce this problem.
Choose a race
1- Human 2- Elf 3- Orc
My race is: elf
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_heroe_choice = int(input("My race is: "))
ValueError: invalid literal for int() with base 10: 'elf'
The text was updated successfully, but these errors were encountered:
I get an exception if I put 'elf' in as my race selection.
Please see the following steps to reproduce this problem.
The text was updated successfully, but these errors were encountered: