demo_module4.py:
import platform x = platform.system() print(x)
➜ begtut>python demo_module4.py
Windows