0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
cpython/Mac/Tools/macfreeze/hello/hello.py

6 lines
95 B
Python
Raw Normal View History

1998-06-26 16:56:38 +02:00
import sys
print 'Hello world'
print 'Builtin modules:', sys.builtin_module_names
sys.exit(1)