Question: Assuming that a file variable named myfile is created with the read mode, what will be the content of the file after the following code
Assuming that a file variable named myfile is created with the read mode, what will be the content of the file after the following code executes? myfile.write("line l ") myfile.write("line2 ") Your answer: linelline2 line linez Error/None of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
