(单选题, )以下代码的输出结果是( )For s in "testatest": if s=="a" or s=="e": continue print(s,end='')
A.tsttst
B.testatest
C.testtest
D.tstatst
正确答案是A