Please read the new rule regarding the restriction on the use of AI tools. ×

itsSabirHussain's blog

By itsSabirHussain, history, 4 years ago, In English
import sys
import math
try:
	sys.stdin = open('input.in', 'r')
	sys.stdout = open('output.out', 'w')
except:
	pass
finally:
	#Actual code here

Full text and comments »

  • Vote: I like it
  • -11
  • Vote: I do not like it