Q. Write a function namely fun that takes no parameters and always returns None.


Answer =


def fun():
    return None


print (fun())


Output :-

None

>>>

8 Comments

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post