import os
print(os.getcwd())
import mod
print(mod.__file__)
print(mod.whereami)
print(mod.whereami2)
