We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c974051 commit bd979b2Copy full SHA for bd979b2
Lib/antigravity.py
@@ -11,7 +11,7 @@ def geohash(latitude, longitude, datedow):
11
37.857713 -122.544543
12
13
'''
14
- # http://xkcd.com/426/
+ # https://xkcd.com/426/
15
h = hashlib.md5(datedow).hexdigest()
16
p, q = [('%f' % float.fromhex('0.' + x)) for x in (h[:16], h[16:32])]
17
print('%d%s %d%s' % (latitude, p[1:], longitude, q[1:]))
0 commit comments