Python3 func tuple:修订历史

本页内容
上一节: Python_func_print 下一节: Python_func_callable

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

2022年8月17日 (星期三)

  • 当前之前 21:022022年8月17日 (三) 21:02Neo 讨论 贡献 757字节 +757 创建页面,内容为“{{DISPLAYTITLE:tuple(s)}}7 = Python3 tuple 函数 = Python3 内置函数 == 描述 == tuple 函数将可迭代系列(如列表)转换为元组。 === 语法 === 以下是 tuple 的语法: <sample title="" desc="" lang="python" hererun="1"> tuple( iterable ) </sample> === 参数 === * iterable -- 要转换为元组的可迭代序列。 === 返回值 === 返回元组。 以下展示了…”
上一节: Python_func_print 下一节: Python_func_callable