பின்வருவனவற்றில் 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