Skip to content

Commit 4939c5e

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

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
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.
22

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
3+
The question set is provided by the following link -> https://github.com/zac11/Python-programming-exercises
4+
5+
which is fork of the set of questions and hints provided at this link -> https://github.com/zhiwehu/Python-programming-exercises
46

57
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.
68

79
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.
810

911
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.
1012

13+
For direct access,this is the solutions to the Level 1 problems :
14+
https://github.com/zac11/Python_Excerices/tree/master/Level1
15+
16+
17+
This is the solutions to Level 2 problems :
18+
https://github.com/zac11/Python_Excerices/tree/master/Level2
19+
20+
21+
Please feel free to fork and use it for your practice.
22+
1123

1224

0 commit comments

Comments
 (0)