• + 7 comments

    Thanks. Here's an even shorter one, just for you:

    for i in range(int(input())):s=input();print(s[::2],s[1::2])