程序填空:程序的输出结果如下图所示,程序空白处应该是?( )
with open("./text.txt","r",encoding='utf-8') as f: a=f.read( ) print(a)
10
11
9
12