[Tutor] what is wrong with this syntax?

zaldi rizaldi.m at gmail.com
Tue May 18 15:45:05 CEST 2010


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

On 5/18/10, Dipo Elegbede <delegbede at 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
>


More information about the Tutor mailing list