You can download this code by clicking the button below.
This code is now available for download.
This function accepts any number of arguments and returns their sum.
Technology Stack : Built-in function sum()
Code Type : Function
Code Difficulty : Beginner
def achaive_sum(*args):
return sum(args)