numpy库的append ()和insert ()有没有返回值?
时间: 2023-05-28 16:01:43 浏览: 209
Both the `append()` and `insert()` functions of the numpy library return a new array after the values have been appended or inserted respectively. The original array is not modified.
阅读全文