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
/
unparsable_programs
/
a931.py
blob: fc9e5a8e68336b8c56771323512b1971aa06b4b5 (
plain
)
1
2
3
def empty_list(length): empty_list = [{} for _ in range(length)] return empty_list