SyntaxFix
Write A Post
Hire A Developer
Questions
You can also use remove to remove a value by index as well.
n = [1, 3, 5] n.remove(n[1])
n would then refer to [1, 5]