question

Gandalf goldnery at gmail.com
Thu May 29 17:19:12 EDT 2008


how do i write this code in order for python to understand it and
print me the x variable

x=1
def aaaa():
    x++
    if x > 1:
        print "wrong"
    else :
        print x

aaaa()



More information about the Python-list mailing list