Methods/functions To A File Flashcards

1
Q

.read()

A

Reads a file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

.readline()

A

Reads just one line of file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

.truncate()

A

Empties the file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

.write()

A

Writes stuff to file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

.close()

A

Closes a file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly