For example I have a list x
x = [\'(A)\',\'(B)\',\'(C)\']
If we reversed() it, it will look like this.
x = [\'(C)\',\'(B)\',\'