blob: 6d196f0ee75eb0488b7f34298d877fd7c18beb50 (
plain)
1
2
3
4
5
6
7
8
9
|
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.
|