f. You have two lists of colours: primary_colours = [‘red’, ‘blue’] and secondary_colours = [‘green’, ‘orange’]. Write a program to use the extend method to add secondary_colours to primary_ colours. Practical Assessment 191