Python Refresher #5 | List and List Operations | Simple List Comprehension

Опубликовано: 13 Октябрь 2024
на канале: MELVIN CABATUAN
38
0

Python Refresher 4 (Play at 1.25x speed)

Key:

https://github.com/melvincabatuan/Pyt...



Learning Objectives:


• To review list data structure in Python and its operations:
append
clear
copy
count
extend
index
insert
pop
remove
reverse
sort

• To familiarize 1-D list comprehension and compare it with
the traditional list accumulation.