Primeiro commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import os
|
||||
|
||||
# Apresentar o nome do SO
|
||||
# nt = Windows
|
||||
# posix = Linux
|
||||
print(os.name)
|
||||
# Retorna a pasta atual
|
||||
print(os.getcwd())
|
||||
# Exibe as variáveis de ambiente
|
||||
print(os.environ)
|
||||
|
||||
Reference in New Issue
Block a user