一个有序的元素组成的集合
使用小括号()表示,不可变
元组的定义:
tuple()-->empty tuple
tuple(iterable)--->tuple initialized from iterable's items
备注:只读列表,和列表的访问类似。