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
/
a328.py
blob: 1092955efb3ebd8675ff0e3d4236350e6903ecd5 (
plain
)
1
2
3
def
count_tuplex
(
tuplex
,
value
):
count
=
tuplex
.
count
(
value
)
return
count