Which of the following will raise an error?
fhand = open('data.txt')
d) None of the above
a) If data.txt exists
data.txt
b) If data.txt is in the current directory
c) If data.txt does not exist