6 lines
87 B
Python
Raw Normal View History

2018-10-03 02:39:34 +05:30
import geocoder
t=input("enter the location:")
g = geocoder.arcgis(t)
print(g.latlng)