homework = ("Multiplication Table of Two", \ "A poem on environment", "Multiplication Table of Two",\ "Process of Photosynthesis",\ "Maps of the world", "glorious past revision",\ "Multiplication Table of Two") print(homework) print() print(homework.count("Multiplication Table of Two"))