README (2632:1bb2f91485ea) README (6498:e21e9ab5fad0)
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
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
8If working correctly, the second version should run the
9same way.
9same way.