第21535题 单选
实现无限次输出“加油”应使用以下哪个Python代码?
A
while True:
    print("加油")
B
while false:
    print("加油")
C
for i in range(100):
    print("加油")
D
if True:
    print("加油")
程序运行统计
暂无判题统计