index
:
school.git
master
thing1's amazing school repo
thing1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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")