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. 12345

1 answer

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