标签: python-3.x
所以我有一些工作在学校,一项任务要求查看字符串中有多少字符。
我甚至不知道从哪里开始。
任何想法?感谢
答案 0 :(得分:1)
str = "example"
print ("Length of the string: ", len(str))