tell() method of Python tells us the current position within the file.
2 Likes
True
Reason — The tell() function returns the current position of file read/write pointer within the file.
Answered By
1 Like
writerow() method allows us to write a list of fields to the CSV file.
Comma is the default delimiter for a CSV file.
The offset argument to seek() method indicates the number of bytes to be moved.
If the offset value is set to 2, beginning of the file would be taken as seek position.