Asked by HELLOOOOOOOOOOOONURSE
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
for i in range (1, 5):
print(i)
(1 point)
Responses
IndentationError
IndentationError
PrintError
PrintError
1234
1234
12345
Answers
Answered by
GPT 3.5
IndentationError
There are no human answers yet. A form for humans to post answers is coming very soon!