python - Python 3 中的 __phello__ 是什么?

标签 python python-3.x python-3.9

我进口了__phello__在终端:

>>> import __phello__
Hello world!
什么是__phello__为了?或者它只是一个复活节彩蛋?

最佳答案

它只是一个 Python 中的复活节彩蛋 .该文件可以找到herehere ,其中一个是帮助文件,另一个是模块。

关于python - Python 3 中的 __phello__ 是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65502372/

相关文章:

python - 在mysql中定期向表中添加数据

python-3.x - 想知道如何删除 Mac 上所有与 python 相关的文件

mysql - 如何修复Failed building wheel for mysqlclient in flask的错误

python - 什么时候用字典 | (合并)与 |=(更新)运算符

python - Python中用户类的序列化

python - 删除数据框中所有数据点中的多余字符

Python:有 pythonic "fetch and update"表达式吗?

python - 包上的 `del` 有某种内存

python - 如何在异步单元测试中模拟方法?

python - python 3.9中是否有与|=(管道相等/更新)对应的__dunder__方法?