Question: PYTHON Question 7 2 pts Match the statements on the left with their definitions. Assume infile and outfile are file objects, while colors refers to
PYTHON

Question 7 2 pts Match the statements on the left with their definitions. Assume infile and outfile are file objects, while colors refers to a list of strings containing values such ['red blue, 'green, 'yellow' outfile.writelines(colors) Choose] Choose Returns an entire list to the calling block Returns the first list element to the calling block Reads an entire file contents into colors, storing each line as a list element Writes an entire list with colors to outfile WITHOUT a newline character at the end of each list element Reads an entire file contents into colors, storing each line as a string element Returns the second list element to the calling block Writes an entire list with colors to outfile WITH a newline character at the end of each list element colors infile.readlines0) return colors return colors[O] Choose]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
