MyList = ["apple", "banana", "orange"] MyList.append("raspberry") # MyList is now [apple, banana, orange, raspberry]