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