01 2024 档案

摘要:在函数中当作pass使用 def f(): ... 在numpy中的使用: 当作索引的省略 b = np.arange(12).reshape(2, 3, 2) print(b) """ [[[ 0 1] [ 2 3] [ 4 5]] [[ 6 7] [ 8 9] [10 11]]] """ pri 阅读全文
posted @ 2024-01-06 22:14 Angels_of_Death 阅读(42) 评论(0) 推荐(0)