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