- Notifications
You must be signed in to change notification settings - Fork2.4k
Open
Description
Bug Report forhttps://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
Labels
No labels