निम्नलिखित में से कौन सा सिंटैक्स एपेंड मोड में file.txt खोलने के लिए सही है?

1
file_object = open("file.txt", "a")
2
file_object = open(file.txt, 'a')
3
file_object = open("file.txt")
4
file_object = open("file", "a")

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation