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

Popular posts from this blog

4x4 Matrix in Python -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -

python - PyInstaller UAC not working in onefile mode -