xonsh/tests/bin/pwd

5 lines
58 B
Text
Raw Normal View History

#!/usr/bin/env python3
2016-09-24 15:56:15 -04:00
import os
x = os.getcwd()
print(x)