Medium
Code Logic Explanation
Explain the functionality of a specific code snippet in simple terms.
📝 Prompt İçeriği
Explain what the following Python code snippet does in simple terms for a non-programmer: def add_numbers(a, b): return a + b