Informatics Practices
Integers and strings are immutable data types.
Python Funda
3 Likes
Answer
True
Reason — In Python, integers and strings are immutable data types, meaning their values cannot be changed after they are created.
Answered By
2 Likes