#!/usr/pkg/bin/python import sys for line in sys.stdin.readlines(): stripped=line.strip() if len(stripped) > 0: print stripped