Computer Science, asked by TusharVaghadia, 2 months ago


4. What is the difference between Keyword and Variable?

Answers

Answered by Anonymous
3

Answer:

KEYWORD: The reserved words of python which have a special fixed meaning for the interpreter are called keywords. No keywords can be used as an identifier. VARIABLE: It is like a container that stores values that can be access or change

Answered by SwarnaS
2

Explanation:

KEYWORD: The reserved words of python which have a special fixed meaning for the interpreter are called keywords. No keywords can be used as an identifier.

VARIABLE: It is like a container that stores values that can be access or change.

Similar questions