python add whitespace with special characters code example Example: add whitespaces between char python s = "BINGO" print(" ".join(s))