6 lines
No EOL
70 B
Python
6 lines
No EOL
70 B
Python
str = b"s"
|
|
json = b"j"
|
|
bin = b"b"
|
|
other = b"o"
|
|
int = b"i"
|
|
float = b"f" |