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
/
a286.py
blob: d16a073433172624751b59294f3f9d07ed6c9a38 (
plain
)
1
2
3
4
5
def is_odd(n) : if (n^1 == n-1) : return True; else : return False;