Question Detail
Question
What mechanism does Python use to define what's inside a loop, according to the "Key Takeaways"?
Correct Answer
Option C is the correct answer.
Detailed Explanation
The last key takeaway states: "Python uses Indentation to define what's inside the loop."
Hint
Python is known for its reliance on whitespace.