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
/
a702.py
blob: 05bfd4281ce2d032bac33ef4a7ffd1ecb277d795 (
plain
)
1
2
3
4
def find_Divisor(x,y): if (x==y): return y return 2