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
/
a479.py
blob: d6bc98e9b34ee1e1c0779464eb826e40a9aa3d99 (
plain
)
1
2
3
def tuple_to_int(nums): result = int(''.join(map(str,nums))) return result