登录  注册

首页->Python语言基础

def test(): f=open("test.txt","wt+") f.write("我abc") f.seek(3,0) f.write("xyz") f.seek(1,0) s=f.read() print(s) f.close() test() 结果是

(A)axyz

(B)bxyz

(C)我xyz

(D)汉字乱码

参考答案
继续答题:下一题
微考学堂微考学社

更多Python语言基础试题

考试