For Loops

What is the syntax for creating a for loop?
How can you access the index of an element in a list while using a for loop to iterate through it?
What does the range function do in a for loop?
Can a for loop be used to iterate through a dictionary in Python?
How can you exit a for loop early in Python?

Congratulations. You have achieved /5.

Try Again?