C-17-Q059mediumsingle_mcq
A case line ends with:
A case line ends with:
- aA semicolon
- bA colon
- cA comma
- dA pipe
ব্যাখ্যা
Like if, elif, and else headers, every case line ends with a colon, which introduces the block of code to run for that match. A semicolon or comma is not used.