Beginner
Simple Python Function
Write a basic addition function in Python.
📝 प्रॉम्ट सामग्री
Write a Python function named 'add_numbers' that takes two numbers as arguments and returns their sum. Include a comment in the code explaining what the function does.