Bridge Academy.
← BACK TO MATERIALS
WEEK 26 · JUNE 11, 2026

Built-in Functions & I/O · Part 2

Multi-line I/O programs, string-to-number workflows, pow().

Lesson 06 · Built-in Functions & I/O · Part 2 — Level I · Guide

June 11, 2026 · Bridge Academy Python Program

Learning goals

- Combine input, casting, and arithmetic in a short program. - Convert between units using read-cast-compute-print. - Use pow(base, exponent) as an alternative to **. - Round computed results to a sensible number of decimals. - Use min, max, and abs on values read from input.

This lesson covers PCEP-30-02 objectives 1.4 and 1.5.

Preview truncated — download the notebook to see the full lesson.