diff --git a/hello.py b/hello.py index 9419bdf..30645d4 100644 --- a/hello.py +++ b/hello.py @@ -4,5 +4,6 @@ import timedate print("Hello-World for Python!") # OS Info! +# More info print(os.getlogin) print(os.getpid)