What is the output of following code:
Myfile = open(“poem.txt”,’r’)
Str = Myfile.read(30)
print(str)
Str2 = myfile.read(50)
print(str2)
Myfile.close()
Answers
Answered by
0
Answer:
sorry buddy i can not understand that
Similar questions