10 lines
85 B
Python
10 lines
85 B
Python
import os
|
|
|
|
print (os.name)
|
|
|
|
print (os.getcwd())
|
|
|
|
print (os.environ)
|
|
|
|
print (os.path)
|