Run Program ❯
Python Home
❯
Run Code
Change Orientation
numbers = [5, 3, 7, 3, 9, 3] numbers.remove(3) print("Updated List:", numbers)