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