Answers for "how can i sum up all int in python"

3

sum of any numbers in python

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

Code answers related to "how can i sum up all int in python"

Python Answers by Framework

Browse Popular Code Answers by Language