数学建模例题2.6 元组操作示例

`
T=('abc',12,3.45,'Python',2.789)
print(T)
print(T[-1])
print(T[1:3])

print("学号:3005")
`

posted on 2024-10-28 11:41  VVV1  阅读(34)  评论(0)    收藏  举报