请在 下方输入 要搜索的题目:

Which one could be used to open a file c:\scores.txt for reading? ( )


A、infile = open(“c:\scores.txt”, “r”)
B、infile = open(“c:\\scores.txt”, “r”)
C、infile = open(file = “c:\scores.txt”, “r”)
D、infile = open(file = “c:\\scores.txt”, “r”)

发布时间:2024-11-29 22:32:26
推荐参考答案 ( 由 快搜搜题库 官方老师解答 )
联系客服
答案:infile = open(“c:\\scores.txt”, “r”)
专业技术学习
专业技术学习
搜搜题库系统