Write code that creates a list containing the contents of the list stored in the variable my_list in reverse order. Store the resulting list in the variable backwards. Do not use the reverse method of a list in your solution. Assume that my_list has been initialized.