题解 | #字符列表的长度#
字符列表的长度
https://www.nowcoder.com/practice/feb18b858e1846c7884f802eca8be144
my_list=['P','y','t','h','o','n'] x=['Here is the original list:',my_list,'\r','The number that my_list has is:',len(my_list)] for i in x: print(i) 这里如果换行用的\n的话就会换两行,只能用\r