测评会员优惠活动进行中 · 开通 VIP,有效期内测评不限次 VIP 优惠中 · 测评不限次 立即查看

A17973. 以下Python代码片段中,file.read()将返回什么内容?( )with open('example.txt', 'r') as file: content = file.read()

单选题 困难

题目描述

以下Python代码片段中,file.read()将返回什么内容?(    )

with open('example.txt', 'r') as file: 
         content = file.read()

选项(单选)

上一题 下一题