-
python list1[1,2,67,34,12] list2=list1 list2[2]='7'查看全部
-
两个list的相加;加号后的list会把内容加到加号前面list的后面查看全部
-
fam=[['dad',1.8],['mom',1.65],['sister',1.7],['bother',1.83]] fam[2]=[['dad',1.78]]查看全部
-
list的切割 fam[3:5]查看全部
-
python中的反向索引查看全部
-
python index fam[3]查看全部
-
python中打印元素 print fam[2]查看全部
-
python的list关于数据的用法 fam=[['zal',12],['uyd',32],['kai',234]]查看全部
-
list可以添加各种类型的数据查看全部
-
list的使用 格式,list=[a,b,c,d,e,f] 遍历 for i in list 添加元素 更换元素 移除元素 元祖查看全部
-
python 中的数据类型 1.字符型 2.bool型 ture和false 3.浮点型 float型 4.整型 long int;int查看全部
-
字符串的相加 python中 例子:'ab'+'cd' 'abcd'查看全部
-
打印数据类型 type()查看全部
-
python脚本查看全部
-
python可以开发自己的程序包查看全部
举报
0/150
提交
取消