🌈 搜索
📅  最后修改于: 2022-03-11 14:46:00.488000             🧑  作者: Mango
def hello(): print "hello, world" t = Timer(30.0, hello) t.start() # after 30 seconds, "hello, world" will be printed