#!/usr/bin/python import sys action = sys.stdin.read() action = action + "blub" + "foo" print action