单项选择题

执行以下程序,结果为:
s='hello!'
for i in s:
    print(i, end=" , ")
A、h
e
l
l
o

B、hello!
C、he
D、hel

微信扫码免费搜题