Last active
March 31, 2021 14:57
-
-
Save karan-ksrk/26e2621c0c96c71b905d8c7fbc0e25a5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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