CBSE Class 12 Computer Science Question 42 of 105

Python Revision Tour — Question 6

Back to all questions
6
Question

Question 6

Variables can be assigned only once.

Answer

False

Reason — Python supports dynamic typing i.e., a variable can hold values of different types at different times.