-->
当前位置:首页 > 题库 > 正文内容

单选题:以下哪一项不是无限循环语句?

Luz4年前 (2021-11-05)题库1247
以下哪一项不是无限循环语句?



A. while True:
print("hello")

B. while "123"==123:
print("hello")
C. while "abc">"ABC":
print("hello")
D. while 1<2:
print("hello")


答案:B

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。