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

1 answer

IndentationError
Similar Questions
  1. What will be the output of these lines of code?for i in range (1, 5): print (i) A. IdentationError B. PrintError C. 1234 D.
    1. answers icon 1 answer
  2. what will be the output of these lines of codefor i in range (1, 5): print(1) indecation error print error 1234 12345
    1. answers icon 5 answers
    1. answers icon 1 answer
  3. Which of the following is an example of sequential-driven code?(1 point)Responses for i in range(x): for j in range(y):
    1. answers icon 1 answer
more similar questions