RosettaCodeData/Task/String-length/Python/string-length-7.py
2014-01-17 05:34:36 +00:00

2 lines
34 B
Python

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