From e067a3e834bb1e9f0bf2bbe58cb634e6f55f7232 Mon Sep 17 00:00:00 2001 From: tuohm <952153252@qq.com> Date: Thu, 6 Aug 2020 18:22:27 +0800 Subject: [PATCH] hello.py --- hello.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hello.py 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) +