九年级Python知识点整理

九年级Python知识点整理一、列表的操作(有序可变)/1、创建>>>lst=[]#创建空列表>>>lst=[22,'hello','a']#直接赋值创建列表>>>list(range(1,10,2)

腾讯文库九年级Python知识点整理