🏠 Início
Avaliações
📊 Todos os Benchmarks 🦖 Dinossauro v1 🦖 Dinossauro v2 ✅ Aplicações To-Do List 🎨 Páginas Livres Criativas 🎯 FSACB - Showcase Definitivo 🌍 Benchmark de Tradução
Modelos
🏆 Top 10 Modelos 🆓 Modelos Gratuitos 📋 Todos os Modelos ⚙️ Kilo Code
Recursos
💬 Biblioteca de Prompts 📖 Glossário de IA 🔗 Links Úteis
Advanced

Python Code Debugger

#python #debugging #logic

Identify and fix logic errors in a Python script.

Analyze the following Python code snippet which is intended to calculate the average of a list of numbers but is returning incorrect results. Identify the logic error, explain why the current code fails, and provide the corrected code block with comments explaining the fix.