3
12
0
buggy_code.py
1def calculate_average(numbers):
2    total = 0
3    for num in numbers:
4        total += num
5    return total / len(numbers - 1)
6 
7print(calculate_average([4, 8, 15, 16]))


🔍

🔧

🔮

 

🏆

About BugHunt

// educational debugging platform · v1.0 MVP

🎯

📚

🔍

🔧

🔮

⚙️

🛠️