This problem explores how the map() function applies a given operation to every element in a sequence. Using lambda with map() allows transformations to be written concisely and efficiently. THE ANSWER IS: B #Python #MapFunction #Lambda #PythonChallenge #BuildInPublic
B
B