代码示例:(标识:python_string_len)
python_string_len.py
a = "Hello, World!"
print(len(a))
运行结果: