Q. What is the correct syntax for reading from a text file stored in “c:\file.txt”?
β
Correct Answer: (D)
f = open('c:\\file.txt', 'r')
You must be Logged in to update hint/solution