Q. What will be the output displayed when addEM() is called/executed?


def addEm(x, y, z):
    return x + y + z
    print (x+ y + z)

Answer =

When function called then it will add all the argument and it will show nothing.

Post a Comment

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

Previous Post Next Post