You are viewing a single comment's thread. Return to all comments →
Python
import sys for line in sys.stdin: print(line.strip(), end='\t')
Seems like cookies are disabled on this browser, please enable them to open this website
Paste - 3
You are viewing a single comment's thread. Return to all comments →
Python