R
Q. What is the output?
Code:
def calc(a, b):
return a + b
print(calc(2.5, 3))
return a + b
print(calc(2.5, 3))
- Correct Answer - Option(A)
- Views: 11
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.