标签: python-3.x
`s= "aaaaaa" t= "bb" def func(): string ="" for i in range(3): string=string+s[i]+t[i] print(string) func()`
答案 0 :(得分:0)
unsigned