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