Python
To test your python code, use one of the following commands in the terminal. The different commands needed to use different versions of python are listed below.
- Version 2.6.6: python /path/to/your/script
- Version 2.7.5: python2.7 /path/to/your/script
- Version 3.3.2: python3 /path/to/your/script