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
/
a232.py
blob: f7e4d3c03c6302820747d6fc11737f4640069e6f (
plain
)
1
2
3
4
5
def get_key(dict): list = [] for key in dict.keys(): list.append(key) return list