C-17-Q121mediumsingle_mcq
In the if statement of Python, the body is identified by:
In the if statement of Python, the body is identified by:
- aCurly braces
{ ... } - bIndentation
- cThe keyword
do - dSquare brackets
In the if statement of Python, the body is identified by:
{ ... }do