We'll add the method reverse which will print Reversing in the console.
reverse
Reversing
Make sure to pick def followed by reverse and then (, self, ), :, print, (, 'Reversing', ).
def
(
self
)
:
print
'Reversing'