Q. Which of the following is used to define a block of code in Python?
β
Correct Answer: (B)
Indentation
Explanation: Python uses indentation to define blocks of code.