下面代码的输出结果是()for s in abc: for i in range(3):()print(s,end=)if s==c:()break
A.aaabccc
B.aaabbbc
C.abbbccc
D.aaabbbccc
正确答案:aaabbbc
猜你喜欢