代码展示
print("小爱(๑•̀ㅂ•́)و✧:您有什么吩咐?")
while True:
AI = input('我:')
print('小爱:',AI.replace("你", "我").replace('?','!').replace("不", " ").replace("吗", " ").replace("有", "没有").replace('?','!'))
效果展示
专家股价:1个亿!!!
print("小爱(๑•̀ㅂ•́)و✧:您有什么吩咐?")
while True:
AI = input('我:')
print('小爱:',AI.replace("你", "我").replace('?','!').replace("不", " ").replace("吗", " ").replace("有", "没有").replace('?','!'))