Python Refresher 4 (Play at 1.25x speed)
Key:
https://github.com/melvincabatuan/Pyt...
Learning Objectives:
• To familiarize and utilize the Python range object and generate a sequence.
• To review sequences and iteration along with their basic operations:
Indexing
Slicing
Membership
Concatenation
Length
Iteration
Summation
Unpacking
Repetition
Sorting
• To apply the aforementioned operations in string (immutable), lists (mutable), and tuple (immutable) data types.
• To create functions with parameters and return values.