I am making a simple text based game but I can't even get past the second line of code. My code so far looks like this:
print("Welcome To City Text! First You Must Name Your City.")
Then the person is supposed to type a name and the shell will print "Welcome To "Town Name" City" The problem is I don't know how to do this. Does anyone know how to do this?