Computer Science, asked by ayushshriyan628, 4 days ago

To open a file “scores.txt” for reading, we use
what?
a.infile .open(file=“scores.txt”, “r”)
b.infile.open(“scores.txt”, “r”)
c.infile = open(file = “scores.txt”, “r”)
d.infile = open(“scores.txt”, “r”)​

Answers

Answered by HaneenQamar
0

Answer:

Mark me brainliest please

Similar questions