Python tuple()方法
摘要:
Python 元组 tuple() 函数将列表转换为元组。 语法 tuple()方法语法: tuple( iterable ) iterable -- 要转换为元组的可迭代序列。 举些例子: 实例 1 >>>tuple([1,2,3,4]) (1, 2, 3, 4) >>> tuple({1:2,3 阅读全文
posted @ 2021-08-19 23:47 码出个世界 阅读(162) 评论(0) 推荐(0)
浙公网安备 33010602011771号