I'm doing some coursework and I need to determine a character's name. This is what I have so far:
charOne=input("Please input your first character's name: ")
charTwo=input("Please input your second character's name: ")
So the user inputs the names, and now I need to ask the user to choose one of these characters.
chooseCharacter=input("What character do you want to use?"
I need to put the users charOne and charTwo into the question. Or some way need to make the user choose the user they want to use.