Single Choice Not Set

QWhat will be the output after the following statements?
x = 0
y = 4
while x + y < 10:
    print(x, end='')
    x += 1

ID: #3509 Python While Loop MCQ 500 views
Question Info
#3509Q ID
Not SetDifficulty
Python While Loop MCQTopic

Choose the Best Option

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

  • A 012345
  • B 0123456789
  • C 4123456789
  • D 048
Correct Answer

Explanation

012345

Share This Question

Challenge a friend or share with your study group.