>_BeginnerCoder
Donate

Lesson 14 — Ternary expressions

One-line choices

A ternary picks a value in one line: value_if_true if condition else value_if_false.

Why it matters: it keeps simple choices short and readable.

Task

Set label to "even" or "odd" for n using a ternary.

← Back
Next →

Enjoying this lesson? Share it 👇

Keep going with Python Foundations

Ready for more? These paid resources pick up where this lesson leaves off.

Some links on this page are affiliate links: we may earn a commission at no extra cost to you. We only recommend tools we believe are genuinely useful.