@ -516,6 +516,7 @@ mnoz1
{('тигр', 1, 3), 'лев', '1', 'черный'}
```
## Контрольное задание
```py
familia = 'Baranov'
bukva = familia[0]
import keyword
@ -536,4 +537,5 @@ value = [familia, sp_kw, kort_nam]
dict_bas = dict(zip(key, value))
print(dict_bas)
{'str': 'Баранов', 'list': ['False', 'None', 'True', 'and', 'as', 'assert', 'async', 'await', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'nonlocal', 'not', 'or', 'pass', 'raise', 'return', 'try', 'while', 'with', 'yield'], 'tuple': ('Emil', 'Shma', 'Egor', 'Butka'git)}