I have two lists in my program, for example:
[user1, user2, user3, user4, user5, user6, user7]
[32, 54, 2, 684, 23, 876, 12]
The first list is the username, and the second list is how many messages the user sent.
Is there a way to sort the second list in descending order whilst also rearranging the first list to correspond to the new order of the second list?