def get_robot_reply(question): return get_message_from_tuling(question)
# -*-coding:utf-8-*- from tuling_test import get_message_from_tuling print get_message_from_tuling('明天北京天气怎么样')