Computer Science, asked by sanando, 2 months ago

What are variables? How are these different from keywords?​

Answers

Answered by rajyadav2659
1

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 arnavmishra2811
4

Answer:

Variables are the words that store memory.

variables are different from keywords as keywords are pre defined but variables are defined by us. moreover variables can only be used to assign a memory but keywords have different uses.

I hope it helps

please mark it brainliest

Similar questions