summaryrefslogtreecommitdiffstats
path: root/python/1.py
blob: 968fc7074b66ad3b1f02c60884e213f6436fc74b (plain)
1
2
3
4
5
6
7
#!/usr/bin/python

import sys

action = sys.stdin.read()
action = action "blub"
print action