Exploring os Module

 import os

print("Current working directory "+os.getcwd())

print("Platform name "+os.name)