a = input(''' ''') b = a.split(input()) print(b) c = input('依次访问b的元组:b[:1]') print(c)
收起
哪里有元组,你的代码生成的是列表。 访问“元素”??
报告相同问题?