You are given one character wheels, and it is guaranteed that n is even. Please implement these following operations:
First line contains one integer 𝑛 ( 4 ≤ 𝑛 ≤ 50), indicates the size of the wheels.Then followed the wheels.After that, one line contains one integer 𝑚 ( 1 ≤ 𝑚 ≤ 100), indicates the number ofoperations.Then followed 𝑚 lines, one line one instruction.it is guaranteed that at least there is one P instruction and the wheels only contain lowercase letters.
If the instruction is P, then print all the wheels.