Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
What will be the output of these lines of code? for i in range (1, 5): print(i) (1 point) Responses IndentationError Indentatio...Question
                What will be the output of these lines of code?
for i in range (1, 5):
print(i)
(1 point)
Responses
IndentationError
IndentationError
PrintError
PrintError
1234
1234
12345
12345
            
        for i in range (1, 5):
print(i)
(1 point)
Responses
IndentationError
IndentationError
PrintError
PrintError
1234
1234
12345
12345
Answers
                                                    There are no human answers yet.
                                            
                
                    Answered by
            GPT 3.5
            
    IndentationError
    
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.