From 29f12c2505f166ecfef3c5aeee8f2364b4e8f3a9 Mon Sep 17 00:00:00 2001 From: codewithdhruba01 Date: Sun, 9 Mar 2025 19:24:11 +0530 Subject: [PATCH] update list readme.md file --- 05_Lists/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05_Lists/README.md b/05_Lists/README.md index 600f4ab..5f01b97 100644 --- a/05_Lists/README.md +++ b/05_Lists/README.md @@ -1,4 +1,4 @@ -# Python Lists - Full Explanation +# Python Lists A **list** in Python is a built-in data structure that allows you to store multiple items in a single variable. Lists are **ordered, mutable (modifiable), and allow duplicate values**.