Python Practice Test
Python Control Flow: Loops Questions and Answers
What is the final value of `total` after this `while` loop finishes?
Select your answer
A
15
B
10
C
5
D
4
Hint