1.

Suppose content of 'Myfile.txt' isHonesty is the best policy. What will be the output of the following code? myfile = open("Myfile.txt") x = myfile.read() print(len(x)) myfile.close() a. 5 b. 25 c. 26 d. 27

Answer»

Answer is d. 27



Discussion

No Comment Found

Related InterviewSolutions