Primeiro commit

This commit is contained in:
Danyllo da Silva Reis
2026-03-27 20:59:08 -03:00
commit 9d22ae4060
5 changed files with 42 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#import os
#print (os.name)
#Apresentar o nome do SO
#nt = win = posix = linux
#-n para windowns -c para linux#
#print (os.getcwd())
#retorna a pasta onde voce esta
#print (os.environ)
#exibe as environ variavel de ambiente
#0 = falso, diferente de 0 = verdadeiro