Files
mixly3/common/templates/python/cwd.py

6 lines
87 B
Python

try:
import os
except ImportError:
import uos as os
print(os.getcwd(), end='')