Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Ex09 lines 88-90 clarification #4

@whatthedev-eth

Description

@whatthedev-eth

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**"):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions