From 3b42836d1be3c65dc7d5ab972b021686e1864cb8 Mon Sep 17 00:00:00 2001 From: XArcher <176289186@qq.com> Date: Tue, 11 Feb 2020 09:42:07 +0800 Subject: [PATCH] adding file test --- hello.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..258201e --- /dev/null +++ b/hello.py @@ -0,0 +1,5 @@ +#!/usr/bin/python3 +import sys + +print(sys.version) +print("Hello, World!") \ No newline at end of file