primeiro commit

This commit is contained in:
Fernando Luiz de Lima
2026-03-27 21:02:23 -03:00
commit 4409890ceb
7 changed files with 121 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
import os
print(os.name)
#-n pra linux
# -c pra e=windows
#retonar a pasta atual
print(os.getcwd())
print(os.environ)