Tambahkan Whitespace Antara Char Python
s = "BINGO"
print(" ".join(s))
Smoggy Stoat
s = "BINGO"
print(" ".join(s))