Page 1 of 1

Write a function that takes a list of data as a parameter and returns the index of the minimum value. Write a function t

Posted: Thu Jul 14, 2022 2:18 pm
by answerhappygod
Write A Function That Takes A List Of Data As A Parameter And Returns The Index Of The Minimum Value Write A Function T 1
Write A Function That Takes A List Of Data As A Parameter And Returns The Index Of The Minimum Value Write A Function T 1 (51.01 KiB) Viewed 20 times
Using Python
Write a function that takes a list of data as a parameter and returns the index of the minimum value. Write a function that takes a list of data as a parameter and returns the index of the maximum value. 2: sorting (10pts) Write a function that takes a list of data as a parameter and returns a list sorted in ascending order. Write a function that takes a list of data as a parameter and returns a list sorted in descending order. 3: distances (10pts) Write a function that takes a list of data and returns the distance between the two points which are the closest together. Write a function that takes a list of data and returns the indexes of the two points which are the closest together.