os.getcwd()

Returns the current working directory.

>>> import os
>>> os.getcwd()
'/home/p15user'