MCQ Practice Single Best Answer Topic: Python for Loop MCQ

Q What will be the output after the following statements?
 
for i in range(5):
    print(i, end='')

Question ID
#3520
Subchapter
Python for Loop MCQ
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A 5
  • B 1 5
  • C 012345
  • D 01234
Correct Answer: D

Explanation

01234

Share This Question

Share this MCQ with your friends or study group.