Single Choice Not Set

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

ID: #3521 Python for Loop MCQ 347 views
Question Info
#3521Q ID
Not SetDifficulty
Python for Loop MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A 15
  • B 12345
  • C 1234
  • D 012345
Correct Answer

Explanation

1234

Share This Question

Challenge a friend or share with your study group.