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!")