What is the expected output of the following code?
def f(n): *
if n = =1:
return '1' return str(n) + f(n-1)
print(f(2))
Limited Time Offer
25%
Off
Currently there are no comments in this discussion, be the first to comment!
Currently there are no comments in this discussion, be the first to comment!