Skip to content

Commit 6a91a4b

Browse files
authored
Remade the txt file in the Markdown format
1 parent 3a12e25 commit 6a91a4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

100+ Python challenging programming exercises.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
| Level | Description |
66
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7-
| [Level 1](#Level_1) | Beginner means someone who has just gone through an introductory Python course. He can solve some problems with 1 or 2 Python classes or functions. Normally, the answers could directly be found in the textbooks.|
8-
| [Level 2](#Level_2) | Intermediate means someone who has just learned Python, but already has a relatively strong programming background from before. He should be able to solve problems which may involve 3 or 3 Python classes or functions. The answers cannot be directly be found in the textbooks. |
9-
| [Level 3](#Level_3) | Advanced. He should use Python to solve more complex problem using more rich libraries functions and data structures and algorithms. He is supposed to solve the problem using several Python standard packages and advanced techniques. |
7+
| [Level1](#Level_1) | Beginner means someone who has just gone through an introductory Python course. He can solve some problems with 1 or 2 Python classes or functions. Normally, the answers could directly be found in the textbooks.|
8+
| [Level2](#Level_2) | Intermediate means someone who has just learned Python, but already has a relatively strong programming background from before. He should be able to solve problems which may involve 3 or 3 Python classes or functions. The answers cannot be directly be found in the textbooks. |
9+
| [Level3](#Level_3) | Advanced. He should use Python to solve more complex problem using more rich libraries functions and data structures and algorithms. He is supposed to solve the problem using several Python standard packages and advanced techniques. |
1010

1111
## Problem template
1212

0 commit comments

Comments
 (0)