Posts by sum1 • 31 points
1 post
-
2
votes1
answer1999
viewsQ: Syntaxerror: invalid syntax, what happened?
I am using Python 3.7.4, I tried to write several different ways and nothing worked. character_name = "Johnny" character_age = "64" print(+character_name "is cool.") print("And he is " character_age…