You can download this code by clicking the button below.
This code is now available for download.
Define a function that takes three arguments and returns the product of the sum of the first two arguments and the third argument.
Technology Stack : Built-in operators
Code Type : Mathematical operation function
Code Difficulty :
def aaaa(arg1, arg2, arg3):
return (arg1 + arg2) * arg3