• + 0 comments

    Python

    import sys
    
    for line in sys.stdin:
        print(line.strip(), end='\t')