Files
git-basics/hello.py
2021-05-27 21:15:47 +02:00

10 lines
138 B
Python

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