# File: marshal-example-2.py import marshal script = """ print 'hello' """ code = compile(script, "