Python | While Loop Quiz | Question 1

Last Updated :
Discuss
Comments

What is the basic syntax of a while loop in Python?

while (condition):

for condition:

while loop condition do:

loop while condition:

Share your thoughts in the comments