From e7987b6a27dad250dd428fc86e31b37c4e1be6f1 Mon Sep 17 00:00:00 2001 From: Karandeep Grover Date: Mon, 15 Feb 2021 14:49:09 +0530 Subject: [PATCH] changed paths --- .../10_functions/10_functions_exercise.md} | 2 +- .../10_functions/10_functions_exercise.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Basics/{Hindi/8_functions/8_functions_exercise.md => Exercise/10_functions/10_functions_exercise.md} (87%) rename Basics/{Hindi/8_functions/Exercise/8_functions_exercise.py => Exercise/10_functions/10_functions_exercise.py} (100%) 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