发布时间:2021-01-22 11:18:50 阅读量:138 python中所有print函数对列表进行输出,具体方法如下:>>> L = [1,2,'a'] # 输出列表 >>> print(L) [1, 2, 'a']