Запустите код с разными версиями Python

py -3 file_name.py    #will run file file_name.py in python 3
Prickly Pig