#! /usr/bin/env python fo = open('status.html', 'w') info = ''' Machine Running

Cutting Part

''' fo.write(info) fo.close quit()