哪个选项是下面代码的执行结果? for s in "PYTHON": if s=="T": continue print(s,end="")
A.PYHON
B.PY
C.TT
D.PYTHON
正确答案是A