Exam 98-381: Introduction to Programming Using Python/Control Flow with Decisions and Loops
This lesson covers conditions and loops.[1]
Readings
editActivities
editConstruct and analyze code segments that use branching statements
editif; elif; else; nested and compound conditional expressions
Construct and analyze code segments that perform iteration
editwhile; for; break; continue; pass; nested loops and loops that include compound conditional expressions