Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

a python keyword ____________. can only be used in the comments section…

Question

a python keyword ____________. can only be used in the comments section can be used anywhere in a python program can be user defined cannot be used outside of its intended purpose

Explanation:

Brief Explanations

Python keywords have specific meanings and are reserved for language - level operations. They cannot be used as variable names or for other purposes outside of their intended language - defined functions. They are not for comments only, not user - defined, and not free to be used anywhere in an unrestricted way.

Answer:

D. cannot be used outside of its intended purpose