From 8fee374da0a816d05c20b511edcff8fda8df0548 Mon Sep 17 00:00:00 2001 From: shindeakshay0211 Date: Tue, 16 Sep 2025 19:25:02 +0530 Subject: [PATCH] Fix-592-Spelling-Mistake --- 06_Day_Tuples/06_tuples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06_Day_Tuples/06_tuples.md b/06_Day_Tuples/06_tuples.md index 8823d2316..3b557f7fb 100644 --- a/06_Day_Tuples/06_tuples.md +++ b/06_Day_Tuples/06_tuples.md @@ -93,7 +93,7 @@ len(tpl) first_fruit = fruits[0] second_fruit = fruits[1] last_index =len(fruits) - 1 - last_fruit = fruits[las_index] + last_fruit = fruits[last_index] ``` - Negative indexing