第12007题 单选
Python中给定for循环代码的输出结果是?
for i in range(97, 100):
    print(chr(i), end="")
A

979899

B

97 98 99

C

a b c

D

abc

程序运行统计
暂无判题统计