write a python code which has the function read from a file and display all the sentences that end with the word health.
Answers
Answered by
0
Answer:
Explanation:
f = open("examplefile.txt","r")
f.write()
#this will print all the contents of the file....
.
.
Similar questions