240 发简信
IP属地:重庆
  • python自带及pandas、numpy数据结构(一)

    1.python自带数据结构:序列(如list)、映射(如字典)、集合(set)。以下只介绍序列中的list:创建list:list1 = []list1 = [1,2,3,...