Create a function that reverses the items in a list.
Note: Creating a new function is unnecessary as there is a built in reverse method for lists, but one could make a function that calls this one.
```
def reverse(list):
return list.reverse()
```
You might also like to view...
You can enter different characters, such as placeholders, separators, literal characters, and colors, in the ________ of a field to create a custom format
Fill in the blank(s) with correct word
If an application is not mandatory but the users will have an option to install it, you should publish it to users
Indicate whether the statement is true or false
Which software program is an example of a web browser?
A. Google Chrome B. YouTube C. Really Simple Syndication D. LinkedIn
In the accompanying figure, item B shows which of the following:
A. The name of the selected page B. The device the selected page will be used on C. The selected page's size and layout D. The number of pages using the selected layout