Which of the following statement open the file “marker.txt” so that we can read existing content from file?
1. f = open(“marker.txt”, “r”)
2. f = Open(“marker.txt”, “r”)
3. f = open(“marker.txt”, “w”)
4.None of the above
Answer:1
Posted Date:-2021-12-12 01:18:48