(Choose 1 answer)
42/50-CAP
A developer want to open a file for adding new data into the existing data in the file using this command with open("users/Animals/Dogs/doNames.txt") as dogName. What is missing from this code?
A. The "n" mode
B. The "a" mode
C. The "x" mode
D. The "w" mode
: 43