Back to Freecodecamp

Working with Lists

curriculum/challenges/english/blocks/python-for-everybody/5e7b9f090b6c005b0e76f065.md

latest171 B
Original Source

--questions--

--text--

Which method is used to add an item at the end of a list?

--answers--

insert


push


append


new

--video-solution--

3