3. Consider the following function calls with respect to the function definition. Identify
which of these will cause an error and why? def calculate(a,b=5,c=10):
return a*b-c
i) calculate( 12,3)
ii) calculate(c=50,35)
iii) calculate(20, b=7, a=15)
iv) calculate(x=10,b=12)
Answers
Answered by
0
Answer:
13) What will be the outp
Input m2u888
Similar questions
Business Studies,
14 days ago
Physics,
14 days ago
Science,
28 days ago
Accountancy,
8 months ago
Business Studies,
8 months ago