You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's not much reason to write logic for the total method since it's never going to change: it's always the sum of all 64 squares. Why not add an argument for how many squares to count up to, and some tests to reflect that?
There's not much reason to write logic for the
totalmethod since it's never going to change: it's always the sum of all 64 squares. Why not add an argument for how many squares to count up to, and some tests to reflect that?