At times, we want to run our code only if the version of the Python engine is above a certain version. See below for sample code:
Import sys version = sys.version
Visit the DevX Tip Bank