📜  在 char python 代码示例之间添加空格

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

代码示例1
s = "BINGO"
print(" ".join(s))