JosephKemper / 1000-Days-of-Code-Challenge

100 Days of Code Challenge Code
3 stars 0 forks source link

06 Team Activity Score Not calculating properly #29

Closed JosephKemper closed 1 year ago

JosephKemper commented 1 year ago
# TODO: 06 Team Activity Score Not calculating properly

https://github.com/JosephKemper/100-Days-of-Code-Challenge/blob/4c2e5811c8a47e829d33c06c79c9e37dbf819eff/esteem.py#L104

JosephKemper commented 1 year ago

Fixed bug. Found the indentation of the Return Function was off and Python treated it as part of the for loop that was trying to calculate the score, resulting in it only going through once and stopping the moment it hit the return function.