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
/
a731.py
blob: 14bf68dd267b73c1d2c1bbc1e274e7a8058374d4 (
plain
)
1
2
3
def
repeat_tuples
(
test_tup
,
N
):
res
=
((
test_tup
,
)
*
N
)
return
(
res
)