sep
end
print(1, 2, 3, sep = ',', end = '\n') print(1, 2, 3, sep = ' ', end = '\n')
Python关键字
原文:https://www.cnblogs.com/wsq-blog/p/10463182.html