kobrakam kobrakam 12-11-2022 Computers and Technology contestada def is year (year): if year % 4 == 0: print('Year is divisible by 4') else year % 4 != 0: print('Year is not divisible by 4')