import sys from sys import * print("Python Version:", sys.version) print("Python Version Info:", sys.version_info)