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
/
a109.py
blob: b1b7c39e550b0875a03d91a1f9391e2f618653c0 (
plain
)
1
2
3
def front_and_rear(test_tup): res = (test_tup[0], test_tup[-1]) return (res)