summaryrefslogtreecommitdiffstats
path: root/python/1.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/1.py')
-rw-r--r--python/1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/1.py b/python/1.py
index 968fc70..4c35ed0 100644
--- a/python/1.py
+++ b/python/1.py
@@ -3,5 +3,5 @@
import sys
action = sys.stdin.read()
-action = action "blub"
+action = action + "blub" + "foo"
print action