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
English,
4 months ago
Math,
4 months ago
Math,
9 months ago
Computer Science,
1 year ago
Math,
1 year ago