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

Choose the Best Option

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

  • A Closed loop
  • B One time loop
  • C Infinite loop
  • D Evergreen loop
Correct Answer: Option C

Explanation

Infinite loop

Share This Question

Challenge a friend or share with your study group.