From 7bb3a82150c2b716c5146a61ec974b6f968a99be Mon Sep 17 00:00:00 2001 From: AnjaliSharma-dev Date: Mon, 2 Dec 2024 18:06:32 +0530 Subject: [PATCH] Update 2_arrays_exercise.md --- data_structures/2_Arrays/2_arrays_exercise.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data_structures/2_Arrays/2_arrays_exercise.md b/data_structures/2_Arrays/2_arrays_exercise.md index 81d65f4..a4c3eff 100644 --- a/data_structures/2_Arrays/2_arrays_exercise.md +++ b/data_structures/2_Arrays/2_arrays_exercise.md @@ -17,6 +17,15 @@ Create a list to store these monthly expenses and using that find out, got a refund of 200$. Make a correction to your monthly expense list based on this + "Anjali + Monthly_expense=[ + [January,2200], + [February,2350], + [March,2600], + [April,2130], + [May,2190] + ] + [Solution](https://github.com/codebasics/data-structures-algorithms-python/blob/master/data_structures/2_Arrays/Solution/1_expenses.py) 2. You have a list of your favourite marvel super heros.