summaryrefslogtreecommitdiff
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