CBSE Class 11 Informatics Practices Question 94 of 102

Python Programming Fundamentals — Question 3

Back to all questions
3
Question

Question 3

Integers and strings are immutable data types.

Answer

True

Reason — In Python, integers and strings are immutable data types, meaning their values cannot be changed after they are created.