1.

What happens if no arguments are passed to the seek function?(a) file position is set to the start of file(b) file position is set to the end of file(c) file position remains unchanged(d) errorI got this question in semester exam.My doubt is from Files in section Regular Expressions and Files of Python

Answer»

The CORRECT OPTION is (d) error

Best explanation: seek() takes at least one ARGUMENT.



Discussion

No Comment Found

Related InterviewSolutions