Hi guys

I'll be happy if someone can help evaluate the result of this statement:

for n in range (3, 20):
> for x in range (2, n):
> print (n)
>

I tried but couldn't figure out why the loop returned such a result

Merry Christmas

Thanks
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to