下面Python程序的输出结果是"like",请填空?( )
with open("text.txt", "r",encoding='utf-8') as f: f.seek(7) f.seek( , ) print(f.read(4))
2,0
2,1
2,2
0,2