Primeiro commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user