Search for question
Question

8. If one character is one byte, how many characters would be printed by this code? filel-open("test.txt") for i in range(100): print(file.read(10)) file1.close()

Fig: 1