A syntax question
Mok-Kong Shen
mok-kong.shen at t-online.de
Mon Nov 10 06:07:58 EST 2014
More information about the Python-list mailing list
Mon Nov 10 06:07:58 EST 2014
- Previous message (by thread): ssl error with the python mac binary
- Next message (by thread): A syntax question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I don't understand the following phenomenon. Could someone kindly
explain it? Thanks in advance.
M. K. Shen
-------------------------------------------------
count=5
def test():
print(count)
if count==5:
count+=0 ### Error message if this line is active, otherwise ok.
print(count)
return
test()
- Previous message (by thread): ssl error with the python mac binary
- Next message (by thread): A syntax question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list