SyntaxFix
Write A Post
Hire A Developer
Questions
>>> li = ['aaa', 'bbb'] >>> li.insert(0, 'wow!') >>> li ['wow!', 'aaa', 'bbb']