Member currently has no playlists.
Enumerate objects
By: cbcafier
`range` objects
How to use the range constructor in Python
UVM Women's Basketball Height
An exercise with for loop in Python
`for` loops
`for` loops iterate over an iterable
`while` loops
`while` loops iterate while some condition is true.
An introduction to loops
Passing a mutable to a function
Sequence unpacking
Finding an element within a sequence
Finding an element within a sequence using `in`, and finding the index of the first occurrence of an element in a sequence with `.index()`