摘要: tuple结构 tuple1=('name','when','hefei',123,456) tuple2='name','when','hefei',123,456 tuple3=() # 空元组 tuple4=(123,) # 元组中只包含一个元素时,需要在元素后面添加逗号 print(tupl 阅读全文
posted @ 2021-12-18 15:29 ayanyuki 阅读(77) 评论(0) 推荐(0)