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
/
a876.py
blob: 234a1f71f0888852bba2418528c1aa2e9a85dc5e (
plain
)
1
2
3
def
add_str
(
test_tup
,
K
):
res
=
[
ele
for
sub
in
test_tup
for
ele
in
(
sub
,
K
)]
return
(
res
)