After executing the code:
import urllib.request fhand = urllib.request.urlopen('https://maps.googleapis.com/maps/api/geocode/json?address=Запорожье') the compiler generates a whole tirade with the error "UnicodeEncodeError: 'ascii' codec
Latin recognizes. Tried to encode and decode and can not be overcome. Python 3.5, which fully must "support" unicode.