15/10/2025 del & pop

Run Settings
LanguagePython
Language Version
Run Command
x = [1,2,3,4,5] del x[:2] y = x.pop() print(x,y) x.pop(0) print(x)
Editor Settings
Theme
Key bindings
Full width
Lines