运行下列代码,输出的结果是( )。
for s in 'goodmorning':
if s == "o":
continue
print(s,end='')
g
goodmorning
godmoming
gdmrning