diff --git a/Basics/Hindi/8_functions/8_functions_exercise.md b/Basics/Exercise/10_functions/10_functions_exercise.md similarity index 87% rename from Basics/Hindi/8_functions/8_functions_exercise.md rename to Basics/Exercise/10_functions/10_functions_exercise.md index b7cd6a50..bfc6bd97 100644 --- a/Basics/Hindi/8_functions/8_functions_exercise.md +++ b/Basics/Exercise/10_functions/10_functions_exercise.md @@ -25,4 +25,4 @@ if input is 4 then it should print ``` Basically number of lines it prints is equal to that number. (Hint: you need to use two for loops) -[Solution](https://github.com/codebasics/py/blob/master/Basics/Hindi/8_functions/Exercise/8_functions_exercise.py) \ No newline at end of file +[Solution](https://github.com/codebasics/py/blob/master/Basics/Exercise/10_functions/10_functions_exercise.py) \ No newline at end of file diff --git a/Basics/Hindi/8_functions/Exercise/8_functions_exercise.py b/Basics/Exercise/10_functions/10_functions_exercise.py similarity index 100% rename from Basics/Hindi/8_functions/Exercise/8_functions_exercise.py rename to Basics/Exercise/10_functions/10_functions_exercise.py