猫史档案馆


【Python作品分享】列表【作品秀】

用户:优雅桃花优雅桃花查看:0 回复:2 评论:0 创建时间:2022-08-04T11:08:27


【作品展示】

center_image

 

【作品介绍】

此作品与列表有关

 

【作品源代码】

list1 = ['苹果', '香蕉','雪梨','橙子',]
print(list1)
info='喵吃{0}种水果'
print(info.format(len(list1)))
list1.append('桃子')
list1.append('芒果')
list1.append('柚子')
print(list1)
print(info.format(len(list1)))

 

【提示】

部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:

https://python.codemao.cn


回复

上一页1 页 / 共 1下一页
穷叉叉OvO穷叉叉OvO

字典会吗

点赞0


评论


11011100101000111101110010100011

推荐字典

点赞0


评论