Computer Science, asked by MithraVidya, 8 months ago

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 Guptasaksham0301
0

Answer:

Explanation:

f = open("examplefile.txt","r")

f.write()

#this will print all the contents of the file....

.

.

Similar questions