Informatics Practices

Integers and strings are immutable data types.

Python Funda

2 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

1 Like


Related Questions