파이썬

y=int(input())

print(+((y%100 or y//100)%4<1))


print( 뒤에있는 +는 뭘 뜻하는거야? 
<1 랑 관련있는거임?