[Tutor] what is wrong with this syntax?

alex gunn alex.gunn at smallshinyant.com
Tue May 18 15:47:08 CEST 2010


its the "the" part

print('Here are the numbers from 0 to 9')
# for i in the range(10):  #your version
for i in range(10): #try this
    print(i)

im still learning myself, so be gentle if im wrong but it worked for me.

Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20100518/1451d31e/attachment.html>


More information about the Tutor mailing list