Question: https://www.onlinegdb.com/online_python_compiler https://www.onlinegdb.com/online python_compiler 1. (5Pts) John Donne is one of the famous poets and wrote following poem titled No man is an island. Write your

https://www.onlinegdb.com/online_python_compiler
https://www.onlinegdb.com/online python_compiler 1. (5Pts) John Donne is one of the famous poets and wrote following poem titled "No man is an island." Write your Python code to save following poem as a file titled poem.txt. Make sure that you close the file at the end of your code. 2. (5Pts) Open the file poem.txt and append the date 2/21/23 at the end of the file. Look at the hint below. with open("filename.txt", "a") as file: file.write("Hello In") file.write("World!") file.close()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
