I have just started out with Python, and am using Idle.
I put in:
print("Professor Redwood: Right! So your name is",name,"!")
And got this in the console:
Professor Redwood: Right! So your name is Chase !
Notice the spaces around the name "Chase"
. I can't figure out how to get rid of these spaces. I looked up this question, and went to this page. I could not understand what the answer meant, so I need some help with it.
(Please note that I have already set the variable.)