Изменения

15 байт добавлено ,  1 месяц назад
Строка 249: Строка 249:  
Python:
 
Python:
    +
<code>
 
def get_weather(location: str) -> dict:
 
def get_weather(location: str) -> dict:
 
"""Get the current weather for a specified location."""
 
"""Get the current weather for a specified location."""
Строка 257: Строка 258:  
"humidity": 45
 
"humidity": 45
 
}
 
}
 +
</code>
    
== Внедрение ==
 
== Внедрение ==