Medium
Code Logic Explanation
Explain the functionality of a specific code snippet in simple terms.
📝 প্রম্পট বিষয়বস্তু
Explain what the following Python code snippet does in simple terms for a non-programmer: def add_numbers(a, b): return a + b