Skip to content

Commit

Permalink
Basic
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjanaPurbia authored Oct 27, 2022
1 parent 623874f commit 1fba11c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arysum.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
lst=list(map(int,input("Enetr the no to get sum:").split()))
count=0
for i in lst:
count+=i

print(count)

0 comments on commit 1fba11c

Please sign in to comment.