<p>以下程序的输出结果是:( )<br/> for i in "the number changes":<br/> if i == 'n':<br/> break<br/> else:<br/> print( i, end= "")</p>
<p> the umber chages</p>
<p> thenumberchanges</p>
<p> theumberchages</p>
<p> the</p>