MCQ
Single Best Answer
Not Set
QWhat type of loop is this?
x = 1
while x < 5:
print(x, end='')
ID: #3518
Python While Loop MCQ
512 views
Question Info
#3518Q 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 C
Explanation
Infinite loop
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic