Question: I don't understand what this python array is supposed to do in this function.. def SortedSquared (array): sorted=[0 for _ in array] What is the
I don't understand what this python array is supposed to do in this function..
def SortedSquared (array):
sorted=[0 for _ in array]
What is the purpose of the "0" and the "for _ in" inside the array?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
