(单选题, )以下程序的输出结果是( )<br class="markdown_return">For i in "t

分类: 初级Python开发工程师 发布时间: 2023-11-03 11:12 浏览量: 0

(单选题, )以下程序的输出结果是( )
For i in "the number changes":
if i == 'n':
break
else:
print( i, end= "")

A.the umber chages

B.thenumberchanges

C.theumberchages

D.the

正确答案是D