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
/
a802.py
blob: d1c92cdd9ebe80583b60c96aa99675c565581860 (
plain
)
1
2
3
def
multiple_to_single
(
L
):
x
=
int
(
""
.
join
(
map
(
str
,
L
)))
return
x