4 lines
58 B
Python
4 lines
58 B
Python
|
|
import os
|
||
|
|
os.__file__
|
||
|
|
# "/usr/local/lib/python3.5/os.pyc"
|