Ejecutar código con diferentes veriones de Python

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