<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><p>Hello!</p><p><br></p><p>I am just beginning to learn Python from the book Starting Out With Python - 2nd Edition. &nbsp;I have read and completed exercises up to page 45. I am currently learning how to display multiple items with one call to the print function.&nbsp;</p><p>&nbsp; </p><p>&nbsp; &nbsp; &nbsp;ex:&nbsp;1 # This program demonstrates a variable.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2 room = 503<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3 print('I am staying in room number', room)<br></p><p><br></p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Program Output:<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I am staying in room number 503</p><p><br></p><p>However, when I type this out exactly as shown, my program output looks very similar to line 3.</p><p><br></p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;My program output should look like: &nbsp; I am
 staying in room number 503</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;BUT, it looks like this: &nbsp;('I am staying in room number', 503)&nbsp;</p><p><br></p><p>How can this be fixed? &nbsp;I need help and can't find any information when I search the web. &nbsp;I don't know if this is a problem that can be fixed or if it is a problem at all.&nbsp;</p><p><br></p><p>I know I have a limited Python vocabulary and it may be hard to understand my question. I tried to explain as clearly as possible. If you can understand my issue and have the time to answer my question, I would greatly appreciate it. I would rather not continue my lessons until this is resolved.&nbsp;</p><p><br></p><p>Sincerely,&nbsp;</p><p>Tonyelle Evans</p><p><br></p><p><br></p></td></tr></table>