1、新建一个 元组复制.py 文件,如图所示:
3、定义一个元组 tuple1,代码:tuple1 = (9, 19, 29)
5、使用 print() 函数输出 tuple2,代码:print(tuple2)