You are going to open a file in your program.
aFile = open("___", "r")
Which statement is true about what goes in the blank?
a. The text file must be in the same folder as the program.
b. You can use the relative path to a subfolder within the folder where the program is saved.
c. You must use backward slashes.
d. The full path needs to be provided.