Sign in
◑
Theme
chromium
/
external
/
github.com
/
python
/
cpython
/
d636e3c0282d3a09176f35c19cc9563b6bcb7c8d
/
.
/
Lib
/
__phello__
/
__init__.py
blob: d37bd2766ac1c6c50660afff724338ab696afbbd [
file
]
initialized
=
True
def
main
():
print
(
"Hello world!"
)
if
__name__
==
'__main__'
:
main
()