Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 409 Bytes

File metadata and controls

12 lines (9 loc) · 409 Bytes

Cuba Weather Municipality Python Examples

Example of tool implemented in Python for the Cuba Weather project to work with the municipalities of Cuba.

from cuba_weather_municipality import CubaWeatherMunicipality

input = input('Insert municipality: ')
cubaWeatherMunicipality = CubaWeatherMunicipality()
municipality = cubaWeatherMunicipality.get(input, suggestion=True)
print(municipality)