Create a tuple containing numbers from to . Access and print the first element, the last element, and a slice of the middle elements. Your output should show:
First element:
Last element:
Middle slice:
Remember: tuples use parentheses and support the same indexing as lists.