摘要:
转自:https://blog.csdn.net/minsenwu/article/details/7872679 Python中没有数组的数据结构,但列表很像数组,如: a=[0,1,2],这时a[0]=0, a[1]=1, a[[2]=2,但引出一个问题,即如果数组a想定义为0到999怎么办?这 阅读全文
posted @ 2019-08-06 14:06
sen_c7
阅读(29899)
评论(0)
推荐(0)