C-16-Q023mediumsingle_mcq
Which of the following is a Python keyword and therefore NOT usable as a variable name?
Which of the following is a Python keyword and therefore NOT usable as a variable name?
- anumber
- bage
- cFalse
- dresult
ব্যাখ্যা
False is a built-in Python keyword (a Boolean value), so it is reserved and cannot serve as a variable name. The other options are ordinary identifiers with no special meaning.