একটি ফাইল.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