index
:
clp
main
A small Python compiler with optimizer written in Java
dcariotti
summary
refs
log
tree
commit
diff
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"
);