Which use case is the `else` clause on a loop MOST commonly used for in Python?
-
A
Detecting that a search completed without finding a target
-
B
Handling exceptions raised in the loop body
-
C
Executing cleanup code after any loop exit
-
D
Printing the final loop variable