Multiple Choice
Examine the following lines of code:
Which = input('Please enter 'F' or 'C')
While which != 'F' and which != 'C':
Which = input('Please enter 'F' or 'C')
This is an example of:
A) A definite loop
B) An indefinite loop
C) Correct syntax
D) Input error checking
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q68: Write simple Python program that determines a
Q69: For variable current_month (equal to 'January' or
Q70: Write a simple Python program that prompts
Q71: The operators and, or, not, ==, !=,
Q72: Examine the following lines of code:<br>Current =
Q74: 1 <= num <= 10 is not
Q75: Give an appropriate expression for each of
Q76: Match the expressions that they are logically
Q77: A _ expression is an expression that
Q78: not (flag1 and flag2) is logically equivalent