dot_files/bundle/jedi-vim/jedi/test/static_analysis/python2.py

12 lines
128 B
Python
Raw Normal View History

2017-07-09 00:19:01 +03:00
"""
Some special cases of Python 2.
"""
# python <= 2.7
# print is syntax:
print 1
print(1)
#! 6 name-error
print NOT_DEFINED