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