Question: Problem 1 Given the list 1 below, use a for loop to make a new list 1_squared. Each item in should be the square of

Problem 1 Given the list 1 below, use a for loop to make a new list 1_squared. Each item in should be the square of the corresponding item in 1 . Your code should work for any list of numbers stored in 1 and not just the specific list shown here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
