Computer Science, asked by vijayks9699, 7 months ago

write a python program declaring and assigning value to a variable in Python

Answers

Answered by rahul2453
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