summaryrefslogtreecommitdiff
path: root/comp/work/3/year.py
blob: 854c2c517997bfc8190207dd5e4721b61fbbc806 (plain)
1
2
3
4
year = int(input("whats the year? "))

if (year % 4) == 0:
	print("its a leep year")