Python Functions
Medium
18 points
Create a function greet(name) that returns "Hello, [name] !" and call it with "Python".
Functions allow reusing code. A function is defined with def. Functions can take parameters and return values with return.
Well done! 🎉
Your answer is correct! You earned 18 points.
Not quite...
Try again! You can do it.
Your code
Python
Result