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
/
a239.py
blob: 0e69e4d2ee920660b18144cde29f7f84b3a1c5e5 (
plain
)
1
2
3
4
5
def Check_Solution(a,b,c): if b == 0: return ("Yes") else: return ("No")