单选题

运行下面程序,输出的结果是(    )。

s = 'mother'
if 'th' in s:
    print(s[0])
else:
    print(s[1])
A

m

B

o

C

e

D

h

赣ICP备20007335号-2