Advertisement
wbirula

Untitled

May 17th, 2020
1,933
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. import geocoder
  2. g = geocoder.osm('Czelabińsk')
  3. print('Lat: {}\nLong: {}'.format(g.osm['y'], g.osm['x']))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement