题解 | #字符列表的长度#

字符列表的长度

https://www.nowcoder.com/practice/feb18b858e1846c7884f802eca8be144

# 习惯用列表生成器!!!
"""
a = 'Python'
my_list = []
for i in a:
    my_list.append(i)
"""
# 换成列表生成式
my_list  = [i for i in 'Python']
print('Here is the original list:',my_list,sep = '\n')
print()
print('The number that my_list has is:',len(my_list),sep='\n')

全部评论

相关推荐

10-19 14:15
兰州大学 Java
黄花菜豆:咱俩bg很一致啊uu而且我也做过这个仿小红书,感觉有点太深了短期内不好驾驭啊怕被问穿
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务