- A 5
- B 5.0
- C 0
- D None
Python Programming Language MCQ Python Functions MCQ
⚠ Report ✓ Question Verified Copy Link
def call(x,y) :
if x == 0:
return
return y + x
print(call(0,5))
Learn More MCQ Questions from Python Programming Language MCQ Python Functions MCQ