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

1234
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
  3. What will be the output of these lines of code?for i in range (1, 5): print(i) (1 point) Responses IndentationError
    1. answers icon 1 answer
    1. answers icon 1 answer
more similar questions