diff --git a/lesson_3/code/game.py b/lesson_3/code/game.py new file mode 100644 index 0000000..e69de29 diff --git a/lesson_4/code/db.py b/lesson_4/code/db.py new file mode 100644 index 0000000..05fbbe9 --- /dev/null +++ b/lesson_4/code/db.py @@ -0,0 +1,2 @@ +DICT_DEFENITION_WORD = {'инкапсуляция': 'сокрытие реализации', + 'полиморфизм': 'изменение поведение при наследовании' } \ No newline at end of file diff --git a/lesson_4/code/yakubovich.py b/lesson_4/code/yakubovich.py new file mode 100644 index 0000000..e69de29 diff --git a/lesson_4/manual/lection_5.pdf b/lesson_4/manual/lection_5.pdf new file mode 100644 index 0000000..99d4c6a Binary files /dev/null and b/lesson_4/manual/lection_5.pdf differ