Built-in Functions & I/O · Part 2
Compound interest, physics formulas, and formatted scientific output from input.
Lesson 06 · Built-in Functions & I/O · Part 2 — Level II · Guide
June 11, 2026 · Bridge Academy Python Program
Learning goals
- Compose read-cast-compute-format scripts on scientific and financial formulas. - Use pow in compound interest, growth, and physics formulas. - Produce rounded output at task-appropriate precision. - Compute error bounds and spreads with abs, min, max. - Express short multi-input programs cleanly without loops or conditionals.
This lesson covers PCEP-30-02 objectives 1.4 and 1.5.
Preview truncated — download the notebook to see the full lesson.