Computer Science, asked by dan65, 3 months ago

Special meaning words of python, fixed for specific functionality are called_____________.
a) Identifiers
b) Functions
c) Keywords
d) Literals​

Answers

Answered by rahsha6786
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 aryankajal
0

Answer:

Explanation:

C.) Keywords

Similar questions