Skip to content

Bug Report for python-hide-hero-details #4290

Open
@ella-jennings

Description

@ella-jennings

Bug Report for https://neetcode.io/problems/python-hide-hero-details

Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.

In the code pad:

super_hero.set_health(-10) # this should print You can't set the health to less than 100

should read:

super_hero.set_health(-10) # this should print You can't set the health to less than 0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions