Python:
Assume that play_list refers to a non-empty list, and that all its elements refer to values of type int.
Write a statement that associates a new value with the first element of the list. The new value should be equal to twice the value of the last element of the list.