I have two lists.
a = ["P", "h", "o", "n", "e"] b = ["P", "n", "o", "e", "h"]
How do I sort b to be like a?
b
a