A
Q. What will be the output?
Code:
ef fact(num): if num == 0: return 1 else: return _____________________ Suppose n=5 then, 5*4*3*2*1 is returned which is the factorial of 5.
- Correct Answer - Option(A)
- Views: 10
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.