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
/
a435.py
blob: d24665b50524c4b171cd78e25ba5dbe6fa2df2b2 (
plain
)
1
2
3
4
def dif_Square(n): if (n % 4 != 2): return True return False