Yasir Bhutta
|
Loops While
0/11
30:00
Exit
Question 1
Flag
1/11
What is the correct syntax for a basic while loop in Python?
A
while (condition) { code }
B
while condition: code
C
while condition { code }
D
while condition then code
Need a hint? View Explanation