Computer Science
Which statement is used to retrieve the current position within the file?
- fp.seek()
- fp.tell()
- fp.loc
- fp.pos
Related Questions
Which module is used for working with CSV files in Python?
- random
- statistics
- csv
- math
Which of the following modes is used for both writing and reading from a binary file?
- wb+
- w
- wb
- w+
What happens if no arguments are passed to the seek() method?
- file position is set to the start of file
- file position is set to the end of file
- file position remains unchanged
- results in an error
Which of the following mode will refer to binary data ?
- r
- w
- +
- b