Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

fill in the blank: a is a reserved word and can only be used for its in…

Question

fill in the blank: a is a reserved word and can only be used for its intended purpose within a python program.

Explanation:

Brief Explanations

In Python, reserved words have specific predefined meanings and cannot be used for other purposes like variable - naming. Examples of reserved words include 'if', 'else', 'while', etc.

Answer:

reserved word