Hi I've just decided to try an learn python but i'm already stuck on one of the first exercises, i've given the link below:
http://en.wikibooks.org/wiki/Python_Programming/Creating_Python_programs The exercise that i'm stuck on is number three: I've looked at the solution but it appears not to be working when i use this code print ("Hello, ", end=" " ) print ("world!") I get the following error: File "hello.py", line 1 print ("Hello, ", end=" " ) ^ SyntaxError: invalid syntax I've tried every changing where the white space is and the commas but i just cant get it to work. any help would be much appreciated and thank you in advance John
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor