Which statement in Python is used to iterate over a sequence of values in a program?
while
for
if
break

Computer Science Exercises are loading ...