C-16-Q010mediumsingle_mcq
Which statement about Python variables is true?
Which statement about Python variables is true?
- aThe data type must always be declared first
- bThe data type cannot be changed once set
- cIt is not necessary to cite the data type, and it can be changed any time
- dOnly int variables are allowed