RosettaCodeData/Task/String-length/Python/string-length-7.py

3 lines
34 B
Python

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