Consider below given function headers. Identify which of these will cause error and why?
(i) def func(a=1, b):
(ii) def func(a=1, b, c = 2):
(iii) def func(a=1, b =1, c= 2):
(iv) def func(a=1, b=1, c=2, d):
Answers
Answered by
0
Answer:
ok cancel reply in showing a balance between
Similar questions