Answer:
Libraries
Explanation:
Document itself is a folder and is not a heading by the way.
Local simply means on the machine you are working and does not have default folders.
Desktop is name of screen which is used as a gateway for using windows.
So, they cannot be correct answers.
C is a sentence fragment it does not have a verb
Answer:
Answered below
Explanation:
aFile = open("books.txt", "r")
This code uses the function open() which takes two parameters. The first parameter is the file name while the second parameter is the mode in which you are accessing the file.
The "r" mode opens the file in a reading state. That is, you can only read from the file. This code completes the reading process
aFile.read( )
The "w" mode opens the file so you can write to it and make changes.
The "a" mode opens the file so you can add contents to it.
Put the mouse at the top of the black part and click and hold down, and then drag it down to the bottom. And don't feel embarrassed to ask somebody lol