使用numpy与否重要吗?但是我尝试使用它并没有成功。
这是代码:
c = []
a = list(range(10))
c.append(a)
b = list(range(5))
c.append(b)
如何添加1到 的所有元素c?
杨__羊羊
狐的传说
相关分类