Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What does the following function do?
h = lambda l: [i%10 for i in l]
It returns a list composed of the tens digit of each number present in l
It returns all the multiples of 10 in the list l
It returns a list composed of the units digit of each number present in l
Returns if the list l contains multiples of 10
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!