Python 练习

1. 题目

写一个函数,求一个字符串的长度,在 main 函数中输入字符串,并输出其长度。

2. 分析

3. 实例

点我看答案
s = input('please input a string:')
print('the string has %d characters.' % len(s))

© 2022 刘士. All rights reserved.

结果匹配 ""

    没有匹配的结果 ""