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
/
a888.py
blob: 633269595dbef3ba076af8a141fd132ec3c36ef7 (
plain
)
1
2
def parallel_lines(line1, line2): return line1[0]/line1[1] == line2[0]/line2[1]