Douglas 'Arm' Armstrong has become the feared enforcer for the drug-dealing Devers family, whilst also trying to be a good father. Torn between these two families, Arm's loyalties are tested when he is asked to kill for the first time.
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!