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 work_journal.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:
---
12-01-2023
Work completed
Close the file
I'm supposed to use the def main() command to do this but i don't know what i'm doing, i keep getting this error 'The file was expected to consist of 4 lines, but there were ['Some pre-existing text'] lines'

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!