摘要: 阅读全文
posted @ 2018-04-17 23:01 ecoflex 阅读(123) 评论(0) 推荐(0) 编辑
摘要: Recitation 2 numpy operations array index x = np.arange(10) 2 x:[ 0 1 4 9 16 25 36 49 64 81] print(x[:: 1]) all reversed print(x[8:1: 1]) reversed sli 阅读全文
posted @ 2018-04-17 21:22 ecoflex 阅读(168) 评论(0) 推荐(0) 编辑