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