difference between list and tuple

In this post , let us learn about the difference between list and tuple. What are Lists? Lists are compound data types storing multiple independent values . It can accommodate different datatypes like integer, string, float, etc., within a square bracket. In the below example, we have different types of data getting created with the … Continue reading difference between list and tuple