What is the basic syntax of a while loop in Python?
while (condition):
for condition:
while loop condition do:
loop while condition:
This question is part of this quiz :