logo CodeStepByStep logo

print_40_char_lines

Language/Type: Python functional programming

Write a function named print_40_char_lines that accepts a string representing a file name as a parameter and uses functional code to produce a list named long_lines containing all lines from the file that are at least 40 characters long. Print the long lines, one per line.

Use Python's functional programming constructs, such as list comprehensions, map, filter, reduce, to implement your function. Do not use any loops or recursion in your solution.

Function: Write a Python function as described, not a complete program.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.