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
/
a195.py
blob: 8b1e2355fa77a57e3faf0f7060f1a40f5a6e2de6 (
plain
)
1
2
3
4
5
def
return_sum
(
dict
):
sum
=
0
for
i
in
dict
.
values
():
sum
=
sum
+
i
return
sum