Define a block of code in Python
Question
:
How do you define a block of code in Python?
Curly brackets {}
Parentheses ()
Indentation
Semicolons ;
Answer
:
C - is the correct answer