单选题

with open("readme.txt","r") as f:

        r=f.read()

with open("writeme.txt", ① ) as p:

        p.write(r)

以上程序实现将 readme 文件内容追加写入 writeme 文件中, ① 处的模式为? ( )

A

w"

B

"t"

C

"r"

D

"a"

赣ICP备20007335号-2