C-17-Q002mediumsingle_mcq
In Python, the colon (:) placed at the end of an if condition serves to:
In Python, the colon (:) placed at the end of an if condition serves to:
- aTerminate the program
- bMark the start of the body of the
ifblock - cConvert the condition to a string
- dComment the line out