import numpy as np
B = np.arange(3)
print (B)
print (np.sqrt(B)) #求平方根
相关文章
- 08-058行代码的模板字符串替换函数
- 08-05shell study-15day--shell函数
- 08-05python函数之杂货铺
- 08-05REACT--函数式组件与类式组件
- 08-05os模块常用函数
- 08-05Delphi中取整函数Round的Bug解决
- 08-05113、函数指针?
- 08-05python函数式编程——偏函数
- 08-05Qt中检查槽函数connect是否正确
- 08-05Python中定义函数时参数有默认值的小陷阱