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

Change Part!

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