<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hey guys, I'm wanting to learn Python and eventually how to program with it. I'm 16 and very eager to learn. I already have a question.<br><br>Heres my script:<br>print "Hello World!"<br>print "Here are the ten numbers from 0 to 9"<br>for i in range(10) :<br>&nbsp;&nbsp;&nbsp; print i,<br>&nbsp;&nbsp;&nbsp; print "Goodbye World!"<br><br>Result of my script : <br>Hello World!<br>Here are the ten numbers from 0 to 9<br>0 Goodbye World!<br>1 Goodbye World!<br>2 Goodbye World!<br>3 Goodbye World!<br>4 Goodbye World!<br>5 Goodbye World!<br>6 Goodbye World!<br>7 Goodbye World!<br>8 Goodbye World!<br>9 Goodbye World!<br><br><br>I don't Understand. I have an idea it something like Goodbye world is threading together with the numbers? Feedback is Thanked :)<br></div></div><br>



      </body></html>