I have a python question name=input("What is your name?") print(name) name=("bob") print=(name) I want to change the users input to something I have chosen. How would I do that? Thanks

Respuesta :

Answer:

Explanation: I am not really good with the language of python, but I am good with computer science. So, I will give you the logic.

You can print out the options for the names, and ask for a name in a do-while loop to keep asking them the questions until they enter a name from the option given.

Hope this helps! Please mark as brainliest, thanks!