MCQ
Single Best Answer
Not Set
QWhat will be the output of the following statements?
x, y = 0, 1
while y < 10:
print(y, end=' ')
x, y = y, x + y
ID: #3515
Python While Loop MCQ
306 views
Question Info
#3515Q ID
Not SetDifficulty
Python While Loop MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option A
Explanation
1 1 2 3 5 8
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic