summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/1.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/1.py b/python/1.py
new file mode 100644
index 0000000..968fc70
--- /dev/null
+++ b/python/1.py
@@ -0,0 +1,7 @@
+#!/usr/bin/python
+
+import sys
+
+action = sys.stdin.read()
+action = action "blub"
+print action