13,420
edits
Changes
→Create a Python Script Demonstrating Writing to Files
=== Create a Python Script Demonstrating Writing to Files ===
:'''Perform the Following Instructions'''
::#Copy '''~/ops435/lab5/lab5a.py''' script to '''~/ops435/lab5/lab5b.py''' script. (We need the previous read functions writtenthat you created).
::#Add the following functions below the two functions that you already created:<source lang="python">
def append_file_string(file_name, string_of_lines):