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
/
a813.py
blob: 67d4eec49a84b6cd932abf91bb78941b49321fc5 (
plain
)
1
2
3
def
extract_string
(
str
,
l
):
result
=
[
e
for
e
in
str
if
len
(
e
)
==
l
]
return
result