RosettaCodeData/Task/Binary-strings/Python/binary-strings-13.py
2023-07-01 11:58:00 -04:00

2 lines
34 B
Python

x = b'abc'
x[0] # evaluates to 97