Обновить less5.md

This commit is contained in:
parent f3e3869917
commit 8b8d2e10e8
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ res = plus_1(1, b=2, c=3)
### Распаковка при передаче параметров в функции ###
```python
# Распаковка
my_list_1 = ['Стул', 'Шкаф', 'Стол']price = {
my_list_1 = ['Стул', 'Шкаф', 'Стол']
price = {
'c': 200,
'a': 4500,
'b': 2300