Given I have an orginal list :
a = [10,12,23,4,30,6,7,4,9]
and I create a new list with only the last 4 items: b = [6,7,4,9]
b = [6,7,4,9]