index
:
clp.git
main
A small Python compiler with optimizer written in Java
Ubuntu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
progs
/
a626.py
blob: b131c338f255151520b55e7c66925b9397c37221 (
plain
)
1
2
3
4
def merge_dict(d1,d2): d = d1.copy() d.update(d2) return d