write a python program using simple variable creation and python?
Answers
Answered by
4
Answer:
A Python variable's name is a key in the global (or local) namespace, which is effectively a dictionary. The underlying value is some object in memory. Assignment gives a name to that object. Assignment of one variable to another variable means both variables are names for the same object
Explanation:
please mark me Brailient
Answered by
0
Answer:
I know java programming
Similar questions