Question Detail
Question
What is the primary method Python uses to define what's inside a loop, according to the 'Key Takeaways'?
Correct Answer
Option C is the correct answer.
Detailed Explanation
Slide 14, 'Key Takeaways', states: 'Python uses Indentation to define what's inside the loop.'
Hint
Recall Python's unique syntax for blocks of code.