McqMate
| Q. |
fo.close() |
| A. | compilation error |
| B. | syntax error |
| C. | displays output |
| D. | none of the mentioned |
| 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. | |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet