[Type B] Working with Functions – Chapter 3 Sumita Arora

|
Table of Contents

4. What will the following function return?

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

Solution: The function addEm will not return any value explicitly. It will only print the sum of x, y, and z.

"Spread the light within, illuminate the hearts around you. Sharing is not just an action, but a sacred journey of connecting souls."~ Anonymous

Leave a Reply

Your email address will not be published. Required fields are marked *