To open a file c:scores.txt for writing, use __________. June 7, 2022 by admin โช Choose the correct option.To open a file c:scores.txt for writing, use __________.A. outfile = open(“c:scores.txt”, “w”)B. outfile = open(“c:scores.txt”, “w”)C. outfile = open(file = “c:scores.txt”, “w”)D. outfile = open(file = “c:scores.txt”, “w”) Submit Answer