Examlex

Solved

What Is the Output of the Following

question 33

Multiple Choice

What is the output of the following?
Elements = [0, 1, 2]
Def incr(x) :
Return x+1
Print(list(map(incr, elements) ) )


Definitions:

Related Questions