Exam 98-381: Introduction to Programming Using Python/Control Flow with Decisions and Loops

This lesson covers conditions and loops.[1]

Readings Edit

Activities Edit

Construct and analyze code segments that use branching statements Edit

if; elif; else; nested and compound conditional expressions


https://www.programiz.com/python-programming/if-elif-else

Construct and analyze code segments that perform iteration Edit

while; for; break; continue; pass; nested loops and loops that include compound conditional expressions

See Also Edit

References Edit