DEV_NET/modulo_os/testes.py

8 lines
82 B
Python

import os
print (os.name)
print (os. getcwd())
print(os.environ)
print(os.path)