A. f = open("data.txt", "a")
B. f = Open("data.txt", "ab")
C. f= new("data.txt", "a")
D. open("data.txt", "a")