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