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
/
a884.py
blob: 39e90e1b92249647a86bdc4e58b9cf7e949a87f9 (
plain
)
1
2
3
4
5
def check_isosceles(x,y,z): if x!=y & y!=z & z!=x: return True else: return False