Python 面试题

len()函数在 Python 中有什么作用?

点我看答案

在 Python 中,len()是主要的字符串函数。它确定输入字符串的长度。

>>> some_string = 'techbeamers'
>>> len(some_string)
11
© 2022 刘士. All rights reserved.

结果匹配 ""

    没有匹配的结果 ""