From a76bdeff475b46aac53251812534dec3344935b2 Mon Sep 17 00:00:00 2001 From: Aditya Kumar <66137875+edutechz@users.noreply.github.com> Date: Sun, 17 Oct 2021 08:54:58 +0000 Subject: [PATCH] Made some code changes & written a simple comment --- 1.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/1.py b/1.py index 3c3cbea..48588b8 100644 --- a/1.py +++ b/1.py @@ -1,5 +1,6 @@ # Question: https://codeforces.com/problemset/problem/1/A +# Taking input from user n=int(input()) b=[] c=0 @@ -17,4 +18,4 @@ for p in range (len(l)): sum=sum+l[i] -print (l) +print ("The sum is ", l)