Question: Please help me to do this question! (Use Python) 1. Write function called x squared. 2. The function should take in a list of x-values
1. Write function called x squared. 2. The function should take in a list of x-values of any length, but should have a default of [1,2,3]. 3. The function should return a new list of values that are x2 values of the original input values. 4. Print the resulting new list. Make sure your code works as intended
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
