Computer Science, asked by minababulala8, 6 months ago

Special meaning words of Python, fixed for specific functionality are called _____________ *​

Answers

Answered by jodibheemrao133
24

Answer:

here is the answer

Explanation:

Special meaning words of Pythons, fixed for specific functionality are called .......... . Identifiers. functions. Keywords ✓ literals.

Answered by brainlysme9
1

Special meaning words of Python, fixed for specific functionality are called keywords.

The following keywords are reserved words in Python that cannot be used as variable names, function names, or any other identifiers. Each keyword has a special meaning and a specific operation. Some of the keywords are True, False, None etc.

Similar questions