1. What is the difference between a loop `for` and a loop `wheele`?




2. What will the following code display?

for i in range(3): print(i)




3. How do we stop a loop right away?





4. What's the purpose of a style replay?






5. What does the Continue command do in a repetition?





6. How does it work for a replay?







7. What will the following code display?

count = 0 while count < 3: print(count) count += 1




8. What's an embroidered loop?