Files
python-uncompyle6/test/simple_source/bug14/01_print.py
2018-06-04 08:54:09 -04:00

6 lines
148 B
Python

# Python 1.4 aifc.py
def _readmark(self, markers):
if self._markers: print 'marker',
else: print 'markers',
print 'instead of', markers