🏠 Inicio
Pruebas de rendimiento
📊 Todos los benchmarks 🦖 Dinosaurio v1 🦖 Dinosaurio v2 ✅ Aplicaciones To-Do List 🎨 Páginas libres creativas 🎯 FSACB - Showcase definitivo 🌍 Benchmark de traducción
Modelos
🏆 Top 10 modelos 🆓 Modelos gratuitos 📋 Todos los modelos ⚙️ Kilo Code
Recursos
💬 Biblioteca de prompts 📖 Glosario de IA 🔗 Enlaces útiles
Hard

Debug Python Script

#debugging #python #problem-solving

Identify and fix logic errors in a provided Python script.

Here is a Python script that is supposed to calculate the fibonacci sequence recursively but crashes on inputs greater than 20. Identify the issue, rewrite the function to handle larger inputs efficiently, and explain the bug.