Define a block of code in Python

Question:
How do you define a block of code in Python?

  1. Curly brackets {}
  2. Parentheses ()
  3. Indentation
  4. Semicolons ;
Answer:
C - is the correct answer