You are viewing a single comment's thread. Return to all 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])
Seems like cookies are disabled on this browser, please enable them to open this website
Equal
You are viewing a single comment's thread. Return to all comments →
Thanks. Here's an even shorter one, just for you: