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
/
a421.py
blob: 481c5db69f8b1245316d95d428482858e9ae1a8f (
plain
)
1
2
def opposite_Signs(x,y): return ((x ^ y) < 0);