Solution Exercise 57: program python to transform a content of a file by writing each word on separate line
Exercise 57 Given a file called myfile.txt which contains the following text:"Python is object oriented programming language".Write a program in Python that transforms the content of the file by writing…