खालील पैकी कोणते योग्य सिन्टेक्स 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