You must log in or # to comment.
return trueis correct around half of the time
assert IsEven(2) == True assert IsEven(4) == True assert IsEven(6) == TrueAll checks pass. LGTM
return true
is correct around half of the time
assert IsEven(2) == True
assert IsEven(4) == True
assert IsEven(6) == True
All checks pass. LGTM