Skip to content

Instantly share code, notes, and snippets.

@sjsakib
Created April 21, 2016 22:13
Show Gist options
  • Save sjsakib/828429fc7b27291419498f6fcd7bb150 to your computer and use it in GitHub Desktop.
Save sjsakib/828429fc7b27291419498f6fcd7bb150 to your computer and use it in GitHub Desktop.
import sys
sys.stdin = open("in","r");
print raw_input();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment