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