单选题:以下哪一项不是无限循环语句?
以下哪一项不是无限循环语句?
A. while True:
print("hello")
B. while "123"==123:
print("hello")
C. while "abc">"ABC":
print("hello")
D. while 1<2:
print("hello")
答案:B
A. while True:
print("hello")
B. while "123"==123:
print("hello")
C. while "abc">"ABC":
print("hello")
D. while 1<2:
print("hello")
答案:B