Question: Goal: Learn to handle and write to files. Assignment: Given a file named work _ journal.log present in the current working directory, write code that
Goal: Learn to handle and write to files.
Assignment: Given a file named workjournal.log present in the current working directory, write code that does the following:
Open the file
Append the following lines of text at the end of the file, making sure it's on new lines:
Work completed
Close the file
Im supposed to use the def main command to do this but i don't know what im doing, i keep getting this error 'The file was expected to consist of lines, but there were Some preexisting text' lines'
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
