Introduction Python Tutorial

import sys; x = 'foo'; sys.stdout.write(x + '\n')