标签:ima pre png image mamicode lis info inf http
a = np.arange(12) print(a, type(a)) b = range(10) print(b, type(b)) li = list(b) print(li)
拓展:
两个参数:起点,终点
三个参数:第三个是步长
标签:ima pre png image mamicode lis info inf http
原文地址:https://www.cnblogs.com/Stephen-Qin/p/10908270.html