Introduction to Python List

All programming languages provide a way to declare multiple variables through a single statement. Consider a case where you are required to declare 10 variables. You can declare these 10 variables using a unique name. e.g v1,v2,v3…v10. But what if you are required to declare 1000 variables? Or even 10000 variables? To solve this issue... » read more