Run Program ❯
Python Home
❯
Run Code
Change Orientation
fruits = ['apple', 'banana', 'cherry', 'date'] del fruits[1] print("Updated List:", fruits)