Exam 98-381: Introduction to Programming Using Python/Control Flow with Decisions and Loops
Appearance
This lesson covers conditions and loops.[1]
Readings
[edit | edit source]Activities
[edit | edit source]Construct and analyze code segments that use branching statements
[edit | edit source]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 | edit source]while; for; break; continue; pass; nested loops and loops that include compound conditional expressions