题解 | #字符列表的长度#
字符列表的长度
https://www.nowcoder.com/practice/feb18b858e1846c7884f802eca8be144
import sys
my_list = ['P','y','t','h','o','n']
print('Here is the original list:',my_list,sep='\n')
print('\n{}\n{}'.format('The number that my_list has is:',len(my_list)))
#python刷题#Python刷题 文章被收录于专栏
Python刷题记录
查看8道真题和解析