Python Programming Day 3: LIST
1) How to define a list and list constructor
2) Access list or change list items
3) Add list items and remove items
-append(), insert(), pop(), del(), clear()
4) Loop over list and comprehension
5) How to sort, copy and join list