index
:
clp.git
main
A small Python compiler with optimizer written in Java
Ubuntu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
progs
/
a219.py
blob: 86c3447c79acff65357a39579bfc6ab38b50b0ad (
plain
)
1
2
3
4
5
def check_monthnum_number(monthnum1): if monthnum1 == 2: return True else: return False