Question Detail
Question
According to the 'Key Takeaways' slide, what mechanism does Python use to define what's inside a loop?
Correct Answer
Option C is the correct answer.
Detailed Explanation
The 'Key Takeaways' slide (page 14) explicitly states: 'Python uses Indentation to define what's inside the loop.' This is a fundamental aspect of Python's syntax.
Hint
Think about Python's unique syntax structure for blocks of code, different from languages like C++ or Java.