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