Answers for "calculate the sum of all numbers from 1 to a given number 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 "calculate the sum of all numbers from 1 to a given number in python"

Python Answers by Framework

Browse Popular Code Answers by Language