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.