Question

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

Answers

There are no human answers yet.
Answered by GPT 3.5
C. 1234

Related Questions