Q. What is wrong with the following function definition?

def addEm(x, y, z):

    return x + y + z

    print("the answer is", x + y + z)


Answer =

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

4 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