I think the problem is this line: > x == input('What is x now?: ')
which should not have a == but a = -- http://mail.python.org/mailman/listinfo/python-list
I think the problem is this line: > x == input('What is x now?: ')
which should not have a == but a = -- http://mail.python.org/mailman/listinfo/python-list