What will be the output of the following code snippet?
message= "World Peace" print(message[-2::-2])
ce lo