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