Trigger a classic XKCD comic from within Python. Which module should you import?
Hint 1: Import a module that sounds like it would make things fly.
Hint 2: Try `import antigravity` in a Python session (with internet connection available).
Solution:
Running `import antigravity` in Python will open your web browser to XKCD’s famous “Python” comic (which jokes about how Python lets you fly). It’s an Easter egg referencing XKCD #353.

Leave a Reply