🏠 Strona Główna
Benchmarki
📊 Wszystkie benchmarki 🦖 Dinozaur v1 🦖 Dinozaur v2 ✅ Aplikacje To-Do List 🎨 Kreatywne wolne strony 🎯 FSACB - Ostateczny pokaz 🌍 Benchmark tłumaczeń
Modele
🏆 Top 10 modeli 🆓 Darmowe modele 📋 Wszystkie modele ⚙️ Kilo Code
Zasoby
💬 Biblioteka promptów 📖 Słownik AI 🔗 Przydatne linki
medium

Debug Python Script

#python #debugging #code

Identify and fix a logic error in a provided Python snippet.

Analyze the following Python function designed to calculate the average of a list of numbers. It is currently returning a division by zero error for empty lists and incorrect values for non-integer inputs. Rewrite the function to handle these edge cases gracefully and include comments explaining the changes.