From 7e1703acfc87c973703bd2908719860bf5f023bf Mon Sep 17 00:00:00 2001 From: Erty Seidel Date: Mon, 1 Jun 2015 14:37:57 -0400 Subject: [PATCH] Remove gendered language from introduction --- 100+ Python challenging programming exercises.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/100+ Python challenging programming exercises.txt b/100+ Python challenging programming exercises.txt index 66c00215..1f728799 100644 --- a/100+ Python challenging programming exercises.txt +++ b/100+ Python challenging programming exercises.txt @@ -2,9 +2,9 @@ 1. Level description Level Description -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. -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. -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. +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. +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. +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. 2. Problem template