mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
4 lines
133 B
Python
4 lines
133 B
Python
from sys import path # contains items from PYTHONPATH
|
|
from sys import version # the version in form of string
|
|
|
|
print(path, version) |