mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-07 01:40:58 +01:00
5 lines
57 B
Text
5 lines
57 B
Text
![]() |
#!/usr/bin/env python
|
||
|
import os
|
||
|
x = os.getcwd()
|
||
|
print(x)
|