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
/
a102.py
blob: 6c6d8b86684f547e5437fefdf565d97d6a1ac657 (
plain
)
1
2
3
4
5
def
is_key_present
(
d
,
x
):
if
x
in
d
:
return
True
else
:
return
False