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