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