点击运行
#!/usr/bin/python from numpy import * print(eye(4))
1
#!/usr/bin/python
2
from
numpy
import
*
3
print
(
eye
(
4
))
运行结果 :
正在执行...