Change the xkcd link in comment over https. (GH-9293)
(cherry picked from commit 83df50ea5757816c7338d27f21fd18b1e79206f7)
Co-authored-by: 觉 <Xdminsy@users.noreply.github.com>
diff --git a/Lib/antigravity.py b/Lib/antigravity.py
index 9b14368..c6f174c 100644
--- a/Lib/antigravity.py
+++ b/Lib/antigravity.py
@@ -11,7 +11,7 @@
37.857713 -122.544543
'''
- # http://xkcd.com/426/
+ # https://xkcd.com/426/
h = hashlib.md5(datedow).hexdigest()
p, q = [('%f' % float.fromhex('0.' + x)) for x in (h[:16], h[16:32])]
print('%d%s %d%s' % (latitude, p[1:], longitude, q[1:]))