Skip to content

Instantly share code, notes, and snippets.

@coder46
Created March 9, 2014 18:45
Show Gist options
  • Save coder46/9452462 to your computer and use it in GitHub Desktop.
Save coder46/9452462 to your computer and use it in GitHub Desktop.
import sys
print "HELLO WORLD !!!"
for line in sys.stdin:
print line
print "ADD 1 2"
for line in sys.stdin:
print "RESULT IS " + line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment