Python Programming Language: List Functions

Jesse L
1 min readSep 18, 2021

Hi everyone, welcome back. Lists are a data structure in the Python language that are capable of storing several items in to a singular list variable. Lists are a built in data type in Python and we will go over functions regarding lists. For a more in depth tutorial on lists in Python, click here.

List Functions

  • append(): adds an item at the end of the…

--

--

Jesse L

Hi, I'm a passionate technology enthusiast and lifelong learner. Beyond my technical pursuits, I'm also passionate about sharing my enthusiasm with others.