5 lines
114 B
Plaintext
5 lines
114 B
Plaintext
from __future__ import unicode_literals <EOL>
|
|
ustr = 'Unicode' <EOL>
|
|
bstr = b'Bytes' <EOL>
|
|
dstr = 'Default' <EOL>
|