代码如下:a = input('请输入字符串a') b = input('请输入字符串b') c = input('请输入字符串c') d = b + c print('True') if a in d else print('False')