mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-07-01 21:01:20 +08:00
fix(curriculum): update text in lecture-working-with-loops-and-sequences (#64381)
This commit is contained in:
parent
ff83419f2f
commit
815b9bbe06
@ -9,7 +9,7 @@ dashedName: what-are-lists-and-how-do-they-work
|
||||
|
||||
Over the next few lessons we are going to learn about lists, tuples, and ranges, which are three basic sequence types used in Python.
|
||||
|
||||
The list data type is an ordered sequence of elements that can be comprised of strings, numbers, or even other lists. Similar to JavaScript, lists are mutable and use zero-based indexing, meaning that the first element of the list is at index zero.
|
||||
The list data type is an ordered sequence of elements that can be comprised of strings, numbers, or even other lists. The list data type is an ordered sequence of elements that can be comprised of strings, numbers, or even other lists. Lists are mutable and use zero-based indexing, meaning that the first element of the list is at index zero.
|
||||
|
||||
Here is the basic syntax for a list:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user