Live2D
摘要: import numpy as np In [8]: a = np.arange(15).reshape(3,5) In [10]: a Out[10]: array([[ 0, 1, 2, 3, 4], [ 5, 6, 7, 8, 9], [10, 11, 12, 13, 14]]) In [11 阅读全文
posted @ 2020-01-08 16:02 觞春杯秋 阅读(187) 评论(0) 推荐(0)