Run Program ❯
Python Home
❯
Run Code
Change Orientation
colors = ['red', 'green', 'blue'] last_color = colors.pop() print("Removed Item:", last_color) print("Updated List:", colors)