Built-in Functions & I/O · Part 1
print(sep=, end=), input(), int/float/str, len, abs, round, min, max.
Lesson 05 · Built-in Functions & I/O · Part 1 — Level I · Guide
June 4, 2026 · Bridge Academy Python Program
Learning goals
- Use print with the sep and end keyword parameters. - Read a line of user input with input(...). - Cast strings to numbers with int(...) and float(...). - Measure a string with len, find distance with abs, and round with round. - Find the smallest and largest value with min and max.
This lesson covers PCEP-30-02 objectives 1.4 and 1.5.
Preview truncated — download the notebook to see the full lesson.