Loading

Quipoin Menu

Learn • Practice • Grow

python / Functions
exercise
1/5
Exercise 1Python
Question

Write a Python function `add` that takes two arguments and returns their sum. Then call the function with two numbers and print the result.