From 9b6b9e0ac6bfe085144d1fe48876ea7e3c8d2a52 Mon Sep 17 00:00:00 2001 From: Mpho raf Date: Thu, 27 May 2021 21:13:07 +0200 Subject: [PATCH] Modified hello.py --- hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.py b/hello.py index 3b7730f..9b6880e 100644 --- a/hello.py +++ b/hello.py @@ -3,5 +3,6 @@ import os print("Hello-World for Python!") # OS Info! +# More info print(os.getlogin) print(os.getpid)