1An example showing how to use Python optimized mode. 2To run: 3 4 - First run 'python calc.py' 5 6 - Then run 'python -OO calc.py' 7 8If working correctly, the second version should run the 9same way. 10