Recently I've come across this "Hello world" Python program:
>>> import __hello__
Hello world!
I wonder how it works and how to view the source code of the __hello__
module.
__hello__
is a frozen module intended as a test case for frozen module support. It's source code is automatically generated by the Python freeze utility.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With