Created
November 24, 2020 02:38
-
-
Save Everfighting/539aa1e7b59fa5b242c25518b1b75a8b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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