Write the output of the second print statement of the given code:
f=open("test.txt","r")
print(f.read())
f.seek(7)
print(f.read())
Output of first print statement is : MynameisAmit1. isAmit
2.sAmit
3.Amit
4. eisAmit
Answer:2
Posted Date:-2021-12-12 01:28:31