Computer Science, asked by puppy1105, 6 months ago

What is the correct term for the arguments, and y in the following function?
def testy
if xy
return
returny
print(maxof(12, 19))
Aparameters
Formal para​

Answers

Answered by ayushisingh5
2

Explanation:

In mathematics, an argument of a function is a value that must be provided to obtain the function's result. ... ) is called a unary function. A function of two or more variables is considered to have a domain consisting of ordered pairs or tuples of argument values.

Answered by Subavenkat31
0

formal para

Explanation:

but ,I think that's not correct, anyway I try it.

Similar questions