🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links
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.