Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
9ee94d139197c0df8f4e096957576d124ad31c8e
/
.
/
Lib
/
__hello__.py
blob: c09d6a4f52332e958259618fdd68d8aeb7391b21 [
file
] [
log
] [
blame
]
initialized
=
True
class
TestFrozenUtf8_1
:
"""\u00b6"""
class
TestFrozenUtf8_2
:
"""\u03c0"""
class
TestFrozenUtf8_4
:
"""\U0001f600"""
def
main
():
print
(
"Hello world!"
)
if
__name__
==
'__main__'
:
main
()