Single Choice Not Set

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

ID: #3510 Python While Loop MCQ 483 views
Question Info
#3510Q ID
Not SetDifficulty
Python While Loop MCQTopic

Choose the Best Option

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

  • A 012345
  • B 0123456
  • C 123456
  • D 0123456
Correct Answer

Explanation

123456

Share This Question

Challenge a friend or share with your study group.