From 6150b0f906cb9e61571be100e3b2c37ca76c78dc Mon Sep 17 00:00:00 2001 From: pux36pf8t <3187933100@qq.com> Date: Sun, 8 Sep 2024 09:11:23 +0800 Subject: [PATCH] ADD file via upload --- shizhan.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 shizhan.py diff --git a/shizhan.py b/shizhan.py new file mode 100644 index 0000000..491b195 --- /dev/null +++ b/shizhan.py @@ -0,0 +1,6 @@ +x=input() +y=input() +z=input() +print(x) +print(y) +print(z) \ No newline at end of file