返回列表 發帖
list=["a","b","c","d","e","f",]
for i in list:
    print(i,end=" ")

TOP

返回列表