From 7c829a23e4a983f5ff5aea7178c9cbdc5d77e86e Mon Sep 17 00:00:00 2001 From: XArcher <176289186@qq.com> Date: Tue, 11 Feb 2020 09:45:34 +0800 Subject: [PATCH] update file test --- hello.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello.py b/hello.py index 258201e..88d2601 100644 --- a/hello.py +++ b/hello.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 import sys - +# adding comments print(sys.version) -print("Hello, World!") \ No newline at end of file +print("Hello, World!")