Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

a python keyword cannot be used outside of its intended purpose can onl…

Question

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

Explanation:

Brief Explanations

Python keywords have predefined meanings and are reserved for specific language - level operations. They cannot be used for other purposes like variable names etc. They are not for use only in comments, not usable anywhere in a program without regard to their intended role, and cannot be user - defined.

Answer:

A. cannot be used outside of its intended purpose