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?

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!