3 lines
34 B
Python
3 lines
34 B
Python
|
|
x = b'abc'
|
||
|
|
x[0] # evaluates to 97
|