Which three lines have indentation problems?

Posted by: Pdfprep Category: 98-381 Tags: , ,

You are creating a function that reads a data file and prints each line of the file.

You write the following code. Line numbers are included for reference only.

The code attempts to read the file even if the file does not exist.

You need to correct the code.

Which three lines have indentation problems? Each correct answer presents part of the solution. (Choose three.)
A . Line 01
B . Line 02
C . Line 03
D . Line 04
E . Line 05
F . Line 06
G . Line 07
H . Line 08

Answer: FGH

Leave a Reply

Your email address will not be published.