nileshbiradarr / learn-python

0 stars 1 forks source link

fix output of else branch #2

Closed kkotenko closed 5 months ago

kkotenko commented 7 months ago

Randomly stumbled upon this project, looks good so far :)

I noticed a small mistake: if a < 100 is False, it means that a >= 100, not just a > 100.

This is a "pull request" - if you choose to accept it, the suggested changes (in this case, the words "or equal") will be added to the code. Note that this change will list me as the author of the change - so if you need to prove you worked on this alone, don't accept the pull request.