DEBSOURCES
Skip Quicknav
sources / python-jedi / 0.10.0~git1%2Bf05c071-1 / test / static_analysis / python2.py
1234567891011
""" Some special cases of Python 2. """ # python <= 2.7 # print is syntax: print 1 print(1) #! 6 name-error print NOT_DEFINED