python - Having Trouble With Assignments -
using python 3.4, lines include eg.
num = num + 1
fail process correctly, returns error goes along lines of "article referenced before assignment".
what error?
first, try initialize variable follows:
num = 0 ... num = num + 1
Comments
Post a Comment