10 lines
194 B
Text
10 lines
194 B
Text
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.
|