logo

Crowdly

What will be the output of the following Python program? def MyFun(num):   i...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

What will be the output of the following Python program?

def MyFun(num):

  if (num > 0):

    return MyFun(num//2)+str(num%2)

  return ""

print(MyFun(14))
More questions like this

Want instant access to all verified answers on online.uom.lk?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!