时间:2024-10-12 00:17:36
1、新建一个 在列表末尾追加数据.py 文件,如图所示:
3、定义一个列表 name_list,代码:name_list = [1, 2, 3, 4]
5、使用 print() 函数将列表 name_list 打印出来