Question Detail
Question
According to the 'Key Takeaways' on page 14, what does Python use to define what's inside a loop (or other blocks of code)?
Correct Answer
Option D is the correct answer.
Detailed Explanation
Page 14 explicitly states, 'Python uses Indentation to define what's inside the loop.' This is a fundamental aspect of Python's syntax.
Hint
This is a key characteristic of Python's code structure.