Python - File Handling Fundamentals
You want to write multiple lines from a list
lines = ['First', 'Second', 'Third'] to a file so each line appears on its own line in the file. Which code correctly does this?