Skip to content

TypeScript code snippet – How to pass arguments to filter function in python?

filter(lambda seq: get_long(seq, 3),
       dna_list)
See also  Python code snippet - How to plot labeled data with different colors?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.