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
It would probably be clearer to have the given examples as doctests >>> solve(2000) rather than as default parameters, this would also make it easy to see when you've broken the solve method itself.
The text was updated successfully, but these errors were encountered:
It would probably be clearer to have the given examples as doctests
>>> solve(2000)
rather than as default parameters, this would also make it easy to see when you've broken the solve method itself.The text was updated successfully, but these errors were encountered: