Q. Which of these is used to define a block of code in Python? (A) Curly braces (B) Indentation (C) Parentheses (D) Square brackets ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Indentation Explanation: Python uses indentation to define blocks of code.