pop() removes the element at the position specified in the parameter.
so it remove the value of index 1 which is 4 so after pop the list will be [3, 5, 20, 5, 25, 1, 3]