Programming (Year 11)
Loops
Which keyword is used to create an infinite loop in Python?
while
for
do
loop
Next