RosettaCodeData/Task/String-length/Python/string-length-7.py
2023-07-01 13:44:08 -04:00

2 lines
34 B
Python

print(len(b'Hello, World!'))
# 13