8 lines
82 B
Python
8 lines
82 B
Python
|
|
import os
|
||
|
|
print (os.name)
|
||
|
|
|
||
|
|
print (os. getcwd())
|
||
|
|
|
||
|
|
print(os.environ)
|
||
|
|
|
||
|
|
print(os.path)
|