xonsh/tests/bin/pwd

6 lines
59 B
Text
Raw Normal View History

#!/usr/bin/env python3
2016-09-24 15:56:15 -04:00
import os
2022-01-31 21:26:34 +05:30
2016-09-24 15:56:15 -04:00
x = os.getcwd()
print(x)