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
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to