Python Tuple (元组) tuple()方法Python 元组描述Python 元组tuple() 函数将 ... 字典的key组成的tuple (1, 3) >>> tuple((1,2,3,4)) #元组会返回元组自身 (1, 2, 3, 4) ...
確定! 回上一頁