#!/usr/bin/python3 import os import timedate print("Hello-World for Python!") # OS Info! # More info print(os.getlogin) print(os.getpid)