Files
progredes2026.1/modulo_os/testes.py
T

10 lines
85 B
Python
Raw Normal View History

2026-03-27 20:51:33 -03:00
import os
print (os.name)
print (os.getcwd())
print (os.environ)
print (os.path)