Tobiah: > for x in range(0, length + 1): > ... > for x in range(3):
You should use different variables for the two loops. Neil -- http://mail.python.org/mailman/listinfo/python-list
Tobiah: > for x in range(0, length + 1): > ... > for x in range(3):
You should use different variables for the two loops. Neil -- http://mail.python.org/mailman/listinfo/python-list