Solution Review: Appending Value to the End of a List
This lesson will give you a detailed review of how to append values at the end of a list.
We'll cover the following
Solution 1: Use the append()
Function
This solution is very simple and perhaps the more commonly used method in Python. You simply call the append
function on your list, and your given arguments automatically get appended to your list automatically. This is what the process looks like:
Get hands-on with 1400+ tech skills courses.