📜  sep 和 end in print python 代码示例

📅  最后修改于: 2022-03-11 14:45:25.882000             🧑  作者: Mango

代码示例2
print("The", "South", "American", sep="_", end=" countries")
 # The_South_American countries