|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| README | D | 03-May-2024 | 195 | 10 | 6 |
| calc.py | D | 03-May-2024 | 2.5 KiB | 135 | 90 |
README
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 correctly, the second version should run the
9same way.
10