Based on the bestselling memoir by J.D. Vance, HILLBILLY ELEGY is a modern exploration of the American Dream and three generations of an Appalachian family as told by its youngest member, a Yale Law student forced to return to his hometown.
my link
Python has gotten another easter egg from the module __hello__ or __phello__. When importing that module, it'll print "Hello World". Like this:
>>> import __hello__
Hello World!
>>> import __phello__
Hello world!