#!/usr/bin/python import time print 'the time is %d %d'%time.localtime()[3:5]