SyntaxFix
Write A Post
Hire A Developer
Questions
fooList = [1,3,348,2] fooList.append(3) fooList.append(2734) print(fooList) # [1,3,348,2,3,2734]