Multiple Choice
You are running a Python script and suspect that the script has entered an infinite loop. What key combination can you use to halt the loop?
A) CTRL + Esc
B) CTRL + c
C) Alt + b
D) CTRL + Break
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: What function call will generate a random
Q26: Although the while loop can be complicated
Q27: The assignment symbol can be combined with
Q28: The not operator expects a single operand
Q29: The comparison operators are applied after addition
Q31: What part of the loop comprises the
Q32: What scenario would it make logical sense
Q33: Given the following statement: "%4d" % var1,
Q34: What statement should you use to print
Q35: The simplest form of selection is the