Question: a. Assuming that outfile variable refers to a file previously opened for writing, which of the following statements would cause an error? Why? (5 points)

a. Assuming that outfile variable refers to a file previously opened for writing, which of the following statements would cause an error? Why? (5 points) - 1. outfile.write("This is a string") - 2. outfile.write("Result =%d"% 12) - 3. outfile.close() - 4. line = outfile.readline( ()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
