Single Choice Not Set

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

ID: #3511 Python While Loop MCQ 281 views
Question Info
#3511Q ID
Not SetDifficulty
Python While Loop MCQTopic

Choose the Best Option

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

  • A 012345
  • B 456789
  • C 123456789
  • D 0123456789
Correct Answer

Explanation

456789

Share This Question

Challenge a friend or share with your study group.