Computer Science, asked by narsinghkumar2026, 11 months ago

Using lambda and map functions, write a program which gives a list of first ten multiples of 4. Input: there is not input. Output: [4, 8, 12, 16, 20, 24, 28, 32, 36, 40]

Answers

Answered by Anonymous
0

lambda and map functions, write a program which gives a list of first ten multiples of 4. Input: there is not input. Output: [4, 8, 12, 16, 20, 24, 28, 32, 36, 40]

Similar questions