首页 试题详情
单选题

txt=open(fifilename)返回的是()。

A变量

B常数

C文件内容

D文件对象

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

相似试题

  • 单选题

    txt=openfifilename返回的是(

    答案解析

  • 单选题

    如果只写openfifilename,那就是用(模式打开。

    答案解析

  • 单选题

    txt=open(filename返回的是(

    答案解析

  • 单选题

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

    答案解析

  • 单选题

    已知“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())输出结果是(

    答案解析

热门题库