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
/
a347.py
blob: 11398c452f1ade27d2f8e18f995b504d486f5bd8 (
plain
)
1
2
3
def get_item(tup1,index): item = tup1[index] return item