Bridge Academy.
← BACK TO MATERIALS
WEEK 12 · JUNE 4, 2026

Built-in Functions & I/O · Part 1

print formatting, input casting, round/abs/min/max for scientific and monetary output.

Lesson 05 · Built-in Functions & I/O · Part 1 — Level II · Guide

June 4, 2026 · Bridge Academy Python Program

Learning goals

- Format scientific and tabular output with print(sep=, end=). - Read a line with input and cast to the right numeric type. - Use round(x, n) for monetary and scientific display. - Compute absolute error and interval bounds with abs, min, max. - Measure string width with len for formatted reports.

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

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