1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 21:01:35 +03:00
semantic/test/fixtures/python/print-statement.B.py
2017-06-06 17:09:16 -07:00

6 lines
55 B
Python

print a, b
print c
print 1 or 0
print 0 or 1, 1 or 0,