From 8fc2ccdf321a1e0f43b2010f4d62221e559b1841 Mon Sep 17 00:00:00 2001 From: Karandeep Grover Date: Mon, 15 Feb 2021 14:46:20 +0530 Subject: [PATCH] changed path --- .../7_for_exercise.md => Exercise/9_for/9_for_exercise.md} | 2 +- .../7_for_exercise.py => Exercise/9_for/9_for_exercise.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Basics/{Hindi/7_for/7_for_exercise.md => Exercise/9_for/9_for_exercise.md} (91%) rename Basics/{Hindi/7_for/Exercise/7_for_exercise.py => Exercise/9_for/9_for_exercise.py} (100%) diff --git a/Basics/Hindi/7_for/7_for_exercise.md b/Basics/Exercise/9_for/9_for_exercise.md similarity index 91% rename from Basics/Hindi/7_for/7_for_exercise.md rename to Basics/Exercise/9_for/9_for_exercise.md index d3c265b2..bb3c858b 100644 --- a/Basics/Hindi/7_for/7_for_exercise.md +++ b/Basics/Exercise/9_for/9_for_exercise.md @@ -30,4 +30,4 @@ found then it should print that as well. ``` -[Solution](https://github.com/codebasics/py/blob/master/Basics/Hindi/7_for/Exercise/7_for_exercise.py) \ No newline at end of file +[Solution](https://github.com/codebasics/py/blob/master/Basics/Exercise/9_for/9_for_exercise.py) \ No newline at end of file diff --git a/Basics/Hindi/7_for/Exercise/7_for_exercise.py b/Basics/Exercise/9_for/9_for_exercise.py similarity index 100% rename from Basics/Hindi/7_for/Exercise/7_for_exercise.py rename to Basics/Exercise/9_for/9_for_exercise.py