Skip to content

Commit 7e1703a

Browse files
committed
Remove gendered language from introduction
1 parent 81b147a commit 7e1703a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

100+ Python challenging programming exercises.txt

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

33
1. Level description
44
Level Description
5-
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.
6-
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.
7-
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.
5+
Level 1 Beginner means someone who has just gone through an introductory Python course. Beginners can solve some problems with 1 or 2 Python classes or functions. Normally, the answers could directly be found in the textbooks.
6+
Level 2 Intermediate means someone who has just learned Python, but already has a relatively strong programming background from before. They 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.
7+
Level 3 Advanced. They should use Python to solve more complex problem using more rich libraries functions and data structures and algorithms. They are supposed to solve the problem using several Python standard packages and advanced techniques.
88

99
2. Problem template
1010

0 commit comments

Comments
 (0)