Write the output of the following code with justification if the contents of the file
ABC.txt are:
Welcome to Python Programming!
f1 = file("ABC.txt", "r")
size = len(f1.read())
print(size)
data = f1.read(5)
print(data)
Answers
Answered by
0
ABOUT to be a great day of school and I have a great day of school and I have a great day
Similar questions