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

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. IndentationError B. PrintError C. 1234 D.
    1. answers icon 1 answer
  2. 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
  3. What will be the output of these lines of code?for i in range (1, 5) : print ( i ) A. IndentationError B. PrintError C. 1234 D.
    1. answers icon 1 answer
  4. Which sentence best describes how blocked-based code worksLines of code make physical blocks move Each block creates printer
    1. answers icon 1 answer
more similar questions