python 數據結構(Data Structure)

import pandas as pd import numpy as np import matplotlib.pyplot as plt 1、Data Structure 1.List 列表是Python自帶的數據結構,是一個按照定順序存儲對象的數據結構。一般經過索引訪問列表,索引從0開始。html (1)修改列表:給列表賦值 x = [1,1,1] x[1] = 2 #使用索引法給特定位
相關文章
相關標籤/搜索