首页 试题详情
单选题

已知“txt_demo.txt”文件中的内容为“live with smile,we will have harvest!”执行下面程序: txt_file = open(‘txt_demo.txt‘, ‘r‘,encoding=‘utf-8‘) txt_file.seek(16, 0) print(txt_file.read()) 输出结果是( )。

Awe will have harvest!

Blive with smile,we will have harvest!

Clive with smile

Dlive with smile,we

正确答案:A (备注:此答案有误)

相似试题

  • 单选题

    已知txt_demo.txt文件中的内容为“live with smile,we will have harvest!”执行下面程序:txt_file = open(‘txt_demo.txt‘, ‘r‘,encoding=‘utf-8‘)txt_file.seek(16, 0)print(txt_file.read())输出结果是( )。

    答案解析

  • 判断题

    利用Windows附件中的记事本软件保存的文件,其扩展名一般是.txt 。()

    答案解析

  • 单选题

    “MSP3_AH-MO_ MDRWFLD_FLOOD_L88_AH_201305192000_00000-024TXT”是什么文件?

    答案解析

  • 判断题

    如果在应用程序窗中通过菜单操作,将文件t1.txt另存为t2.txt,则() A.t1.txt改名为t2.txt。 B.原t1.txt不变,当前窗口内容以文件名t2.txt存盘。 C.原t1.txt改名为t2.txt,当前窗口内容以文件名t1.txt存盘。 D.当前窗口内容以文件名t1.txt存盘,同时再以文件名t2.txt存盘。

    答案解析

  • 单选题

    文件 book.txt 在当前程序所在目录内,其内容是一段文本:book,下面代码的输出结果是:txt = open(book.txt, r)print(txt)txt.close()

    答案解析

热门题库