KnowledgeBoat Logo
|

Informatics Practices

Integers and strings are immutable data types.

Python Funda

1 Like

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