Skip to content

Instantly share code, notes, and snippets.

@Everfighting
Created November 24, 2020 02:38
Show Gist options
  • Save Everfighting/539aa1e7b59fa5b242c25518b1b75a8b to your computer and use it in GitHub Desktop.
Save Everfighting/539aa1e7b59fa5b242c25518b1b75a8b to your computer and use it in GitHub Desktop.
geopoint = {'latitude':41.123,'longitude':71.091}
print('{latitude} {longitude}'.format(**geopoint))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment