Let's Learn About Python - 03 - Lists

Опубликовано: 22 Октябрь 2024
на канале: Let's Learn About
51
3

We need to list things: The users currently visiting our website, the options of a setting or the days of the week. For listing that information we use...lists.

A list is a list of elements, with some methods that help us to perform operations on, and or with that list. Think of adding elements, removing elements, counting them, extracting the max number of a list, etc.

Learn how to use a list in Python, then solve my 3-part challenge. Don't worry, it is going to be easy :)

Repl.it code:
https://repl.it/@DavidMM1707/03-Lists

Text version:
https://letslearnabout.net/tutorial/p...

Subscribe to the channel:
   / @letslearnabout4934  

Twitter:
  / davidmm1707  

GitHub:
https://github.com/david1707