Files
Pyarmor-Static-Unpack-1shot/tests/tokenized/unicode_future.txt
2019-10-06 13:50:53 -07:00

5 lines
114 B
Plaintext

from __future__ import unicode_literals <EOL>
ustr = 'Unicode' <EOL>
bstr = b'Bytes' <EOL>
dstr = 'Default' <EOL>