From f4ff2222cdf6b064e4e2f7348263b10fc1274b92 Mon Sep 17 00:00:00 2001 From: Xunhui Zhang <45024191+zhangxunhui@users.noreply.github.com> Date: Wed, 9 Nov 2022 18:32:48 +0800 Subject: [PATCH] add 1.py --- 1.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1.py diff --git a/1.py b/1.py new file mode 100644 index 0000000..27dcd77 --- /dev/null +++ b/1.py @@ -0,0 +1,2 @@ +if __name__ == "__main__": + print("pause") \ No newline at end of file