# Introduction In Python, lists and strings can be reversed using built-in functions. However, it is also possible to reverse a list or a string using slice notation. In this challenge, you will write a function that reverses a list or a string using slice notation.
Click the virtual machine below to start practicing