SyntaxFix
Write A Post
Hire A Developer
Questions
Then just delete it:
x = [0, 1, 2, 3, 4] del x[0] print x # [1, 2, 3, 4]