PCEP • Practice Test 8
Free PCEP practice test — 10 questions with explanations. Set 8. No signup required.
Match each Python control flow statement to its purpose.
Drag a concept onto its matching description — or click a concept then click the description.
Exits the current loop immediately
Skips the rest of the current iteration and goes to the next
Does nothing; used as a placeholder
Short for else-if; checks another condition
Executes a block when no previous condition is true