Feedback | | If you notice incorrect translations in Contester, please let author know.
|
|
Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.
Difficulty Alpha
Get the key of a minimum value from the dictionary
Сөздүктөн минималдуу маанисинин ачкычын табыныз
Input: sozduk = {
'Mark': 2,
'Jake': 5,
'Anna': 1,
'Mike': 4,
'Nina': 3,
}
output: Anna
Input: sozduk = {
'milk': 60,
'bread': 35,
'water': 5,
'cocacola': 75,
'fanta': 78,
}
output: water
Для отправки решений необходимо выполнить вход.
|