用户:
一个爱听歌的查看:0 回复:1 评论:0 创建时间:2020-04-12T16:11:35
【作品展示】

【作品介绍】
a
【作品源代码】
# hehe
List = [1, 2, 3, 4, 5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30]
for __count in range(100):
List.append(0)
List.pop(2)
List[2] = 1212121212
if (0 in List):
List[2] = 11111
if List.index(1):
List.insert(22, 4)
print(List)
List.append(12121212)
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn