5.
A
is a named memory location that stores the data.
6.
Python
cannot be used as a variable name
Answers
Answered by
0
Answer:
Explanation:
5. A variable is a named memory location which temporarily stores data that can change while the program is running.
6. We cannot use a keyword as a variable name, function name or any other identifier. They are used to define the syntax and structure of the Python language. In Python, keywords are case sensitive.
Similar questions