Files
DEV_NET/modulo_os/testes.py
T

8 lines
82 B
Python
Raw Normal View History

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