In check.py, fix the syntax error in is_even: 'if n % 2 = 0' uses = (assignment) instead of == (comparison). Fix just the = to ==
