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

1 answer

The correct output will be:

A. IdentationError
Similar Questions
  1. 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
  2. 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
  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