You are viewing a single comment's thread. Return to all comments →
Or you can just do:
for N 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
Day 6: Let's Review
You are viewing a single comment's thread. Return to all comments →
Or you can just do: