Function Definition
Intermediate
Python
30 XP
📋 Challenge
Create a function called `greet` that takes a name parameter and returns a greeting string.
Then call it with "Alice" and print the result.
✅ Expected Output
Hello, Alice!
💡 Need Help?
Click to reveal hints one at a time.
Your Progress
Status: Pending