2

以下のコードで None が出力されるのはなぜですか?

import geocoder
g = geocoder.google('Mountain View, CA')
print g.latlng
4

1 に答える 1