From 93f9548d045b19cffffbb8e2a814aa1e95df1fbf Mon Sep 17 00:00:00 2001 From: Uvaish Zafri <35339873+uvaishzafri@users.noreply.github.com> Date: Wed, 2 Oct 2019 14:13:12 +0530 Subject: [PATCH] Update p1.py --- Contests/College Contests/NITD Code Golf/p1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contests/College Contests/NITD Code Golf/p1.py b/Contests/College Contests/NITD Code Golf/p1.py index 9075d17..833a273 100755 --- a/Contests/College Contests/NITD Code Golf/p1.py +++ b/Contests/College Contests/NITD Code Golf/p1.py @@ -1,4 +1,4 @@ -def readInts(): +def readInts():#start return list(map(int, raw_input().strip().split())) def readInt(): return int(raw_input())