Skip to content

Instantly share code, notes, and snippets.

@karan-ksrk
Last active March 31, 2021 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karan-ksrk/26e2621c0c96c71b905d8c7fbc0e25a5 to your computer and use it in GitHub Desktop.
Save karan-ksrk/26e2621c0c96c71b905d8c7fbc0e25a5 to your computer and use it in GitHub Desktop.
import sys
sys.stdin = open("input.txt", 'r')
sys.stdout = open("output.txt", 'w')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment