yangsaisai
7 years ago
| 1 | 1 | import os |
| 2 | 2 | import sys |
| 3 | 3 | |
| 4 | # sys.path.append('../') | |
| 4 | sys.path.append('../') | |
| 5 | 5 | # Import necessary packages |
| 6 | 6 | # from modules import json_parser |
| 7 | 7 | from modules import Client |
| 37 | 37 | return {"Poetry": 'asadd'} |
| 38 | 38 | |
| 39 | 39 | |
| 40 | # if __name__ == '__main__': | |
| 41 | # conf = {"style": ['藏头诗'], "Chinese_word": '杨赛赛'} | |
| 42 | # aa = handle(conf) | |
| 43 | # print(aa) | |
| 40 | if __name__ == '__main__': | |
| 41 | conf = {"style": ['藏头诗'], "Chinese_word": '杨赛赛'} | |
| 42 | aa = handle(conf) | |
| 43 | print(aa) | |
| 0 | # input: | |
| 1 | # your_param_name: | |
| 2 | # value_type: 'int' | |
| 3 | # output: | |
| 4 | # your_result_name: | |
| 5 | # value_type: 'int' | |
| 6 | ||
| 7 | ||
| 8 | 0 | input: |
| 9 | 1 | Chinese_word: |
| 10 | 2 | value_type: "str" |
| 1 | 1 | import os |
| 2 | 2 | import sys |
| 3 | 3 | |
| 4 | # sys.path.append('../') | |
| 4 | sys.path.append('../') | |
| 5 | 5 | # Import necessary packages |
| 6 | 6 | # from modules import json_parser |
| 7 | 7 | from modules import Client |
| 37 | 37 | return {"Poetry": 'asadd'} |
| 38 | 38 | |
| 39 | 39 | |
| 40 | # if __name__ == '__main__': | |
| 41 | # conf = {"style": ['藏头诗'], "Chinese_word": '杨赛赛'} | |
| 42 | # aa = handle(conf) | |
| 43 | # print(aa) | |
| 40 | if __name__ == '__main__': | |
| 41 | conf = {"style": ['藏头诗'], "Chinese_word": '杨赛赛'} | |
| 42 | aa = handle(conf) | |
| 43 | print(aa) | |