例2.6 元组操作示例
T=('abc',12,3.45,'Python',2.789) print(T) print(T[-1]) print(T[1:3]) print("学号:3004")
posted on 2024-09-06 12:33 黄元元 阅读(22) 评论(0) 收藏 举报