4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
ustr = u'Unicode' <EOL>
|
|
bstr = 'Bytes' <EOL>
|
|
dstr = 'Default' <EOL>
|