Multiple Choice
When will the following loop terminate? while keep_on_going != 999 :
A) When keep_on_going refers to a value less than 999
B) When keep_on_going refers to a value greater than 999
C) When keep_on_going refers to a value equal to 999
D) When keep_on_going refers to a value not equal to 999
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: What are the values that the variable
Q10: To get the total number of iterations
Q11: In Python, an infinite loop usually occurs
Q15: In Python,the variable in the for clause
Q16: What is the structure that causes a
Q22: The while loop is known as a(n)
Q23: A(n)_ is a special value that marks
Q27: Which of the following represents an example
Q29: In Python, a comma-separated sequence of data
Q35: The _ function is a built-in function