Why is a variable called symbolic variable in python?
Answers
Answered by
5
Explanation
A Python variable is a symbolic name that is a reference or pointer to an object. Once an object is assigned to a variable, you can refer to the object by that name. ... Python does not create another object. It simply creates a new symbolic name or reference, m , which points to the same object that n points to.
Answered by
6
Answer:
here is your answer
Explanation:
please mark me as brainlist
Attachments:
Similar questions