blob: 6d196f0ee75eb0488b7f34298d877fd7c18beb50 [file] [log] [blame]
An example showing how to use Python optimized mode.
To run:
- First run 'python calc.py'
- Then run 'python -OO calc.py'
If working corretly, the second version should run the
same way.