2025-02-27 22:25:34 +08:00

4 lines
67 B
Python

# 元组tuple 元素不可修改的列表
t1 = ()
t1 = tuple(li1)