这要个啥的多线程
def test(): while True: a = raw_input('hello word: ') if a == 'hello boy': print 'asdasda' time.sleep(1)