Files
Pyarmor-Static-Unpack-1shot/tests/input/unicode.py
2019-10-06 13:50:53 -07:00

4 lines
51 B
Python

ustr = u'Unicode'
bstr = b'Bytes'
dstr = 'Default'