return sum of any numbers of integer python code example Example: sum of any numbers in python sum(list(map(int,input().split())))