KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

In a tuple, you can change the elements after defining them.

Getting Started

2 Likes

Answer

False

Reason — A tuple is an immutable data type, which means the elements of a tuple cannot be changed or updated after it is created.

Answered By

1 Like


Related Questions