Question: Please solve all question quickly 913) what will this code print? - file = open(test.txt, W) file.write(test line ) file.write(one two ) file.close() i=0 for

Please solve all question quickly
913) what will this code print? - file = open("test.txt", "W") file.write("test line ") file.write("one two ") file.close() i=0 for line in open("test.txt'); line file.close() print(line[1])
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
