单选题

在 Python 中,以下代码的输出是?( )
for i in range(97, 100):
   print(chr(i), end="")

A

979899

B

97 98 99

C

a b c

D

abc

赣ICP备20007335号-2