Answer:
The code for the function is given below in Python language
Explanation:
def append_string_to_file(filename, text):// function takes the filename // and text to append
f = open(filename, 'a')
f.write(text) //function part that writes the text
f.close() //closing the file using the explicit close function
Answer:
Boom operator- Microphone
Director of photography- video camera
Art Director- lighting
Gaffer- set building
The answer is choice D-All of these :)
Put the insertion point where you want the page to break is what I would write.