Generating a rainbow?
Neil Hodgson
nyamatongwe+thunder at gmail.com
Thu Apr 8 18:02:21 EDT 2010
Tobiah:
> for x in range(0, length + 1):
> ...
> for x in range(3):
You should use different variables for the two loops.
Neil
More information about the Python-list
mailing list