Командовая записная книжка с версией Python

import platform
print(platform.python_version())
Average Albatross