In this video we will cover how to use create, update, and modify lists using a for loop and common list functions.
Basic Steps:
Initialize empty list.
Loop through a range of numbers.
Add number to the list.
Pop values out of the list.
Display all updates to the list.
Python
Pycharm
In-line Comment
For loops
Range function range()
List
Print statements
Import random
Shuffle function Shuffle()
Len function Len()