Update task06 输入输出.md

This commit is contained in:
MYP
2020-11-28 20:44:01 +08:00
parent 930b92a654
commit be84575481

View File

@@ -370,10 +370,6 @@ np.random.seed(2002)
rand_arr = np.random.random([5,3])
```
**2将numpy数组a中打印的项数限制为最多6个元素。**
【知识点:输入和输出】