cs50 / problems

Checks for check50
134 stars 227 forks source link

Update __init__.py #232

Closed curiouskiwi closed 6 months ago

curiouskiwi commented 6 months ago

Fixed test for "below range" to have it check input of 1 vs level of 2. (current test is for 0 which should be rejected due to not being positive)

Added test for "non positive" input.

to address: https://github.com/cs50/check50/issues/328

@rongxin-liu I tested these changes but can you take another look? thanks.

rongxin-liu commented 6 months ago

Looks good, thank you!