intermediate
Debug Python Code Snippet
Identify logical errors in a provided Python code block and suggest a fix.
📝 Contenu du Prompt
Analyze the following Python code snippet intended to calculate the average of a list of numbers. Identify why it raises an error and provide the corrected code snippet with an explanation of the fix. Code: [Insert Code Here]