本文共 113 字,大约阅读时间需要 1 分钟。
a = (1,2,3,4)# print(a[1:3])a[1] = 5print(a) #我们只能查看,不能修改
转载于:https://www.cnblogs.com/minkillmax/p/7966804.html