5

I imported __phello__ in the terminal:

>>> import __phello__
Hello world!

What is __phello__ for? Or is it just an Easter Egg?

abhigyanj
  • 2,355
  • 2
  • 9
  • 29

2 Answers2

3

It is just an Easter Egg in Python. The file can be found here and here, one of them is a helper file, the other one is the module.

abhigyanj
  • 2,355
  • 2
  • 9
  • 29
-1

It’s a joke, it makes for a notably short hello world program in a vanilla installation. This is a thing that some people can get very competitive about...