summaryrefslogtreecommitdiff
path: root/progs/a802.py
blob: d1c92cdd9ebe80583b60c96aa99675c565581860 (plain)
1
2
3
def multiple_to_single(L):
  x = int("".join(map(str, L)))
  return x