Q. fo.close()

  • (A) compilation error
  • (B) syntax error
  • (C) displays output
  • (D) none of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) displays output
Explanation: it displays the output as shown below. the method next() is used when a file is used as an iterator, typically in a loop, the next() method is called repeatedly. this method returns the next input line, or raises stopiteration when eof is hit.

Explanation by: Mr. Dubey
it displays the output as shown below. the method next() is used when a file is used as an iterator, typically in a loop, the next() method is called repeatedly. this method returns the next input line, or raises stopiteration when eof is hit.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
515
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate