diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..d91a43c --- /dev/null +++ b/hello.py @@ -0,0 +1,4 @@ +print("this is gitee test") +import numpy as np +np.eye(5) +