Call map() with two arguments:

1. A Lambda function that returns the square of the number it was called
with
2. A list holding the even numbers between 4 and 15; generate the list inline
using range()


>>> map(lambda g: g*g, range(4,16,2))
[16, 36, 64, 100, 144, 196]

Computer Science & Information Technology

You might also like to view...

Identify the letter of the choice that best matches the phrase or definition.

A. A picture associated with a user name. B. A private combination of letters, numbers, and special characters associated with the user name that allows access to a user's account resources. C. Enables you to sign in to your user account. D. Exits running apps, shuts down Windows, and then turns off the computer. E. A named unit of storage. F. Exits running apps, shuts down Windows, and then restarts Windows. G. A specific named location on a storage medium that contains related files. H. Coordinates all the activities of computer hardware. I. The process of finding a location on a storage device. J. A unique combination of letters or numbers that identifies a specific user in Windows.

Computer Science & Information Technology

_________________________ occurs when a hacker takes control of a TCP session between two hosts.?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A loop contained within another loop is called a ____ loop.

a. compound b. composed c. complex d. nested

Computer Science & Information Technology

A nanosecond (abbreviated ns) is one ____________________ of a second.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology