in the header of for loop, you don't need to use "the" -> for i in range(10)

On 5/18/10, Dipo Elegbede <delegb...@dudupay.com> wrote:
> ples help me figure out what is wrong with this syntax?
>
>
> print('Here are the numbers from 0 to 9')
> for i in the range(10):
>     print(i)
>
> thank you.
>
> i am currently reading a byte of a python.
>
> thanks.
>
> --
> Elegbede Muhammed Oladipupo
> OCA
> +2348077682428
> +2347042171716
> www.dudupay.com
> Mobile Banking Solutions | Transaction Processing | Enterprise Application
> Development
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to