Frage im Vorstellungsgespräch bei DuPont

What is math function in python?

Antwort im Vorstellungsgespräch

Anonym

21. März 2017

I never came across this function . Then he altered question to map. Then my answer is map(f, iterable) is built in function which consumes sequence and apply the given function to every element and returns the results of the function in a sequence.