Write a program by using the list in python Leave a Comment / Python Programs / By brcinstitute111@gmail.com View All Python Programs Source Code thislist=[“apple”,”banana”,”cherry”]print(thislist) Output [‘apple’, ‘banana’, ‘cherry’] View All Python Programs