Special meaning words of python, fixed for specific functionality are called_____________.
a) Identifiers
b) Functions
c) Keywords
d) Literals
Answers
Answered by
1
Answer:
keywords
Explanation:
Keywords are the reserved words in Python. We cannot use a keyword as a variable name, function name or any other identifier. They are used to define the syntax and structure of the Python language.
Answered by
0
Answer:
Explanation:
C.) Keywords
Similar questions