#!/usr/bin/python3 list1 = ['C++', 'Java', 'Python'] list1.append('C#') print ("updated list : ", list1)