Computer Science, asked by gmjha788, 1 month ago

Which one of the following is the calling statement? *
def calculator(a,b)
calculator(30,40):
calculator(30)

Answers

Answered by rkfeb2005
0

Answer:

3rd

and 2nd

Explanation:

this is so beacuse the first one is a function call

the second one is the filling of parameters in it and the second one also. so 2 and 3 are st. and 1is not

Similar questions