Answers for "find the sum of numbers from 1 to 10 in python"

2

sum of any numbers in python

sum(list(map(int,input().split())))
Posted by: Guest on December-02-2020

Code answers related to "find the sum of numbers from 1 to 10 in python"

Python Answers by Framework

Browse Popular Code Answers by Language