This commit is contained in:
Eduarte dos Santos Martins
2026-03-27 20:51:33 -03:00
parent 19b0bb9045
commit 97052d39f7
6 changed files with 111 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import os
print (os.name)
print (os.getcwd())
print (os.environ)
print (os.path)