可以快速上手的开发文档
代码1:#!/usr/bin/pythonimportnumpyasnparr1=np.arange(10)print(arr1)slice_data=arr1[3:5]print(slice_data)slice_data[0..