Files
python-uncompyle6/test/simple_source/stmts/00_assign.py
2017-12-01 21:36:23 -05:00

7 lines
62 B
Python

# Tests:
# assign ::= expr store
a = 'None'
b = None
c = 556