A python module for returning data about countries, ISO info and states/provinces within them.
146
stars
46
forks
source link
capital() returns asmara as the default capital when an empty country string is passed #33
Open
seroneymatoke opened 3 years ago
When an empty string is passed or
None
Asamara is returned as the capital(CountryInfo(None).capital())
or(CountryInfo("").capital())
Asmara is returned by default