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