WCU9A

  • Python tuple()

    内置函数tuple()有助于在 python 中创建元组。元组是具有多个元素的单个变量。元组中的元素是不可变的,这意味着不能修改它。 **tuple(iterable)** #wh…

    编程 2024-10-03