3 lines
29 B
Python
3 lines
29 B
Python
|
import os
|
||
|
|
||
|
print(os.getcwd())
|