Report an issue
I make a TODO list here:
list[type]
listy = [1,2,3,4,5] del listy[2:3] listy
[1, 2, 4, 5]