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