C-16-Q039mediumsingle_mcq
Reassigning the same variable multiple times demonstrates that:
Reassigning the same variable multiple times demonstrates that:
- avariables hold all values ever assigned
- bthe data stored at any time is whatever was last assigned
- cthe variable becomes a list automatically
- dPython throws an error