README revision 2632
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 corretly, the second version should run the
9same way.
10