tuple0=() #空 tuple1="wo", #元组中包括单个元素用, tuple2="monkey","cat","chickey" #可以不用() tuple3=("monkey","cat","chickey") 相关文章: