#! /usr/bin/env python2.0

if __name__ == '__main__':
	print 'Hi there'
