C-16-Q021mediumsingle_mcq
Saved (reserved) words in Python that cannot be used as variable names are called:
Saved (reserved) words in Python that cannot be used as variable names are called:
- aidentifiers
- bkeywords
- coperators
- dliterals
ব্যাখ্যা
Reserved words that have a fixed meaning in the language and cannot be reused as variable names are called keywords. Using one as an identifier produces a syntax error.