Question: Write a code using List Comprehension that takes Your ID as input and converts it into a list of numbers and square it using lambda
Write a code using List Comprehension that takes Your ID as input and converts it into a list of numbers and square it using lambda and map:
Example: Enter your ID: 20202
[2, 0, 2, 0, 2]
[4, 0, 4, 0, 4]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
