Sort List by Indexes (Challenge)

# Introduction Sorting a list based on another list containing the desired indexes is a common task in programming. In this challenge, you will be tasked with creating a function that takes two lists as arguments and returns a new list sorted based on the indexes of the second list.

|60 : 00

Click the virtual machine below to start practicing