(单选题, )以下程序的输出结果是( )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