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