主页
/
user-438388
Денис Ахматов's questions
a = [1,2,3]
b=['a','b','c']
for i in a,b:
print(str(a)+"swap"+b)`
如何将第二个数组添加到循环for
?