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