Question: code PYTHON You have a list named X and length,content of x unknown. The elements in this list will be sorted according to the following

code
PYTHON You have a list named X and length,content of x unknown. The elements in this list will be sorted according to the following rule. *Numbers and text expressions can be mixed in the list. *Numbers at the beginning of the list will be listed in descending order and the texts will come after the numbers and will be sorted in Dictionary order. Example: X=[1, "a",4, "serpil", "elma", "etek",42] Yeni_X=[42,4,1, "a", "elma", "etek", "serpil" ]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
