• + 2 comments

    i agree. maybe this has something to do with my math skil level but, i couldn't understand how to properly figure out that(code below) was an acceptable way to write it.

    year % 4 == 0 and (year % 400 == 0 or year % 100 != 0)
    

    i would like to understand or have some sort of guide on how to better interpret these questions.