Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
645ea48314742417880c1929ff272d0d3a9768ba
/
.
/
Mac
/
Tools
/
macfreeze
/
hello
/
hello.py
blob: a713733aaa6eac853567d7b930c063d602a93b5b [
file
]
import
sys
print
'Hello world'
print
'Builtin modules:'
,
sys
.
builtin_module_names
sys
.
exit
(
1
)