Skip to content

Commit 54ea05a

Browse files
authored
Update README.md
1 parent d7d087a commit 54ea05a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# Python_Excerices
1+
Welcome to the world of Python. This is a series of small python programming excercises that are aimed at improving the programming skills in the field of Python.
2+
3+
The question set is provided by the following link -> https://github.com/zac11/Python-programming-exercises which is fork of the set of questions and hints provided at this link -> https://github.com/zhiwehu/Python-programming-exercises
4+
5+
This is one of the many different sets of Python based questions and solutions based where I will be solving the problems and explaining the outputs.
6+
7+
The questions are of different difficulty levels and the solutions have been correspondingly provided and explained so that any one who looks at the solution knows exactly what is happening in each step.
8+
9+
To ensure that the simplicity of the solutions is maintained, and every new user knows how to proceed, the solutions have been broken down in a level wise structure which describes the complexity of the questions. For example, Level 1 questions are simple questions that you'll find easy to solve. The complexity and difficulty of questions increases with increasing levels.
10+
11+
12+

0 commit comments

Comments
 (0)