Infomax Computer Academy
Report Bug
Qus : Which statement will open file data.txt in append mode?
Qusकौन सा स्टेटमेंट data.txt फाइल को एपेंड मोड में खोलेगा?
A. f = open("data.txt", "a")
B. f = Open("data.txt", "ab")
C. f= new("data.txt", "a")
D. open("data.txt", "a")
Solution
A. f = open("data.txt", "a")
Report Bug
Select Reason
Wrong Question
Wrong Translation
Out of Topic
Wrong Answer
Question and Option not visible
Formatting Issues
Hindi Version Not Available
Explanation Required
Others