write a python program declaring and assigning value to a variable in Python
Answers
Answered by
0
Answer:
Another remarkable aspect of Python: Not only the value of a variable may change during program execution but the type as well. You can assign an integer value to a variable, use it as an integer for a while and then assign a string to the variable.
Similar questions