I can sort any collection however i have an issue list can be sort in place tupples cannot, they are immutable so list has a sort method my_list.sort() there is a built-in sorted whch makes a copy and can be used by any collection