progredes20261/modulo_os/testes.py

14 lines
184 B
Python
Raw Permalink Normal View History

2026-03-27 23:48:39 +00:00
import os
#Apresentar o nome do SO
#nt = Windows
#posix = Linux
print(os.name)
#Reptorna a pasta atual
print(os.getcwd())
#Exibe as variáveis de ambiente
print(os.environ)
os.path