Задание
Что будет напечатано?
kvps = {"user","bill", "password","hillary"}
print\(kvps⟨0⟩\)
- Ничего. TypeError.
- user
- bill
- password
- hillary