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
{{ message }}
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
If I understand the recursions correctly, I think comment lines 88-89 should instead say something like this:
# This part of the function is first reached when **length=1 (after return from length=0)**.
# Checking that the **current** value in the array ([array]) is not 0
and line 90 error message should instead be something like
with_attr error_message("**No value of the array should be 0**"):
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I understand the recursions correctly, I think comment lines 88-89 should instead say something like this:
and line 90 error message should instead be something like
with_attr error_message("**No value of the array should be 0**"):
The text was updated successfully, but these errors were encountered: