Skip to content

Commit 533aaf3

Browse files
authored
Update README.md
1 parent 324baa4 commit 533aaf3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,10 @@
9595
- [92. Как конвертировать список в строку?](https://github.com/markdrrr/interview_questions_python_junior/blob/main/README.md#92-как-конвертировать-список-в-строку)
9696
- [93. Принципы SOLID](https://github.com/markdrrr/interview_questions_python_junior/blob/main/README.md#93-принципы-solid)
9797
- [94. SQL JOIN](https://github.com/markdrrr/interview_questions_python_junior/blob/main/README.md#94-sql-join)
98-
- [95. SQL оператор HAVING](https://github.com/markdrrr/interview_questions_python_junior/blob/main/README.md#94-оператор-having)
99-
98+
- [95. SQL оператор HAVING](https://github.com/markdrrr/interview_questions_python_junior/blob/main/README.md#95-sql-оператор-having)
99+
- [96. Метаклассы в Python](https://github.com/markdrrr/interview_questions_python_junior/blob/main/README.md#96-метаклассы-в-python)
100+
- [97. Множественное наследование](https://github.com/markdrrr/interview_questions_python_junior/blob/main/README.md#97-множественное-наследование)
101+
- [98. Компоненты django](https://github.com/markdrrr/interview_questions_python_junior/blob/main/README.md#98-компоненты-django)
100102

101103
#### Еще 300+ вопросов для подготовки к собеседованию
102104
[150 вопросов для собеседования на вакансию Python. Часть 1 (без опыта работы)](https://kirill-sklyarenko.ru/lenta/150-voprosov-na-sobesedovanie-python-bez-opyta)
@@ -815,6 +817,6 @@ c1.f_func2() # Выведет: Метод f_func2() класса Cl
815817
c1.f_func3() # Выведет: Метод f_func3() класса Class3
816818
c1.f_func4() # Выведет: Метод f_func4() класса Class4
817819
```
818-
### 98. компоненты django
820+
### 98. Компоненты django
819821

820822
![image](https://user-images.githubusercontent.com/56235826/110922871-4b9abb80-8331-11eb-9554-c0f6058e9156.png)

0 commit comments

Comments
 (0)