Python/Code/Python8Code/com/Learn/module/sys/test_sys.py

6 lines
74 B
Python

#!/usr/bin/env python
# -*- coding: UTF-8 -*-
import sys
print(sys.path)