27 Answer
(Choose 1 answer)
A developer is using the command with open("/users/Animals/Dogs/dogNames.txt") as dogNames.txt but it is not working as expected. What is missing from this code?
A. The "n" mode
B. The "a" mode
C. The "x" mode
D. The "w" mode