以下代码的运行结果为( )。
for s in .xyab.:
for i in range(3):
if s == .a.:
break
print(s, end=..)
A.xyxyxy
B.xxxyyybbb
C.xxxyyy
D.xybxybxyb
出自:国家开放大学Python程序设计