EPISODE · Sep 30, 2016 · 11 MIN
3.1 If-Then-Else
from Python for Everybody (py4e.com) · host Dr. Charles Russell Severance
The most basic conditional structure is the if statement where we either execute or skip a segment of code based on the results of a logical expression (i.e. asking a question).
What this episode covers
The most basic conditional structure is the if statement where we either execute or skip a segment of code based on the results of a logical expression (i.e. asking a question).
NOW PLAYING
3.1 If-Then-Else
No transcript for this episode yet
Similar Episodes
Mar 26, 2026 ·1m
Jan 2, 2026 ·47m
Dec 21, 2025 ·46m