6 lines
74 B
Python
6 lines
74 B
Python
|
|
#!/usr/bin/env python
|
||
|
|
# -*- coding: UTF-8 -*-
|
||
|
|
|
||
|
|
import sys
|
||
|
|
|
||
|
|
print(sys.path)
|