A keyword (Choose two.)
A keyword (Choose two.)
A keyword is defined by Python's lexical structure, specifying the set of keywords used in the language, and is also known as a reserved word, meaning it has a special meaning and cannot be used as identifiers or variable names in user code.
BC is correct
A. can be used as an identifier B. is defined by Python's lexis C. is also known as a reserved word
correction: only B and C
BC is correct.
BC are correct answers
B. is defined by Python's lexis D. cannot be used in the user's code