medium
Code Explainer
Break down a Python code snippet into plain English to understand its logic and functionality.
📝 Contenu du Prompt
Explain what the following Python code snippet does in plain English. Break it down line by line and identify any key programming concepts used: def calculate_sum(a, b): return a + b