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

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

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

Answer

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