题解 | #字符列表的长度#
字符列表的长度
https://www.nowcoder.com/practice/feb18b858e1846c7884f802eca8be144
my_list=["P","y","t","h","o","n"]
print("Here is the original list:")
print(my_list)
print()
print("The number that my_list has is:")
print(len(my_list))
字符列表的长度
https://www.nowcoder.com/practice/feb18b858e1846c7884f802eca8be144
my_list=["P","y","t","h","o","n"]
print("Here is the original list:")
print(my_list)
print()
print("The number that my_list has is:")
print(len(my_list))
相关推荐
程序员小白条:中大厂说的上名字的,必定要算法,hot100只是最基础的了,题库远不止100题捏,一般在300-400题量之间,算法=学校课程=简单题也做不出,多准备八股文和算法吧,其他项目可以放放,精刷算法就行了,花时间成长很快的