Can sombody help me how can I join all the characters and print them in single line.
def FindIt (N, ch): ch = \'\'.join(ch)
N = int(input()) ch = input().split