#!/usr/bin/env python3
import os

x = os.getcwd()
print(x)
