鱼C论坛

 找回密码
 立即注册
楼主: 小甲鱼

[知识点备忘] 第019讲:列表(I)

  [复制链接]
发表于 6 天前 | 显示全部楼层
integer decimal float string char , but no list

[]

create a list but not assign to a varible

list1[len(list1)] list[-1]

[1,2,3]

[1,3,5]

[1, 2, 3, 4, 5]

list2.append(list[2])
list2.append(list[3])

list1[2] = list[0]
list1[3] = list[1]

list1.append(list[2])
list1.append(list[3])
list1.append(list[3])
list1.append(list[5])
list1.append(list[6])


想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-12-22 09:16

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表