一、内置函数 Python内置函数 共68个 常用内置函数方法: 1、print print('666',end='') print('666') print(1,2,3,4,5,sep='|') 666666 1|2|3|4|5 View Code 相关文章: