diff --git a/python/NBAI b/python/NBAI new file mode 100644 index 0000000000000000000000000000000000000000..9ee046e4426399085ff59feba8342a80ebaeeba1 --- /dev/null +++ b/python/NBAI @@ -0,0 +1,16 @@ +wt = input("请输入你的问题:") +if wt == "你好": + print ("你也好") + if wt == "你是谁": + print ("我是22世纪超人工智能") + if wt == "中国哪一年成立": + print ("1949年") + print ("我还知道是1949年十月一日,我厉害吧!") + if wt == "你能干什么": + print ("我可以回答你的各种问题,秒杀ChatGPT,但答案仅供参考,我不保证答案的准确性") + if wt == "1+1": + print ("2") + else: + print ("此问题还未收录哦,请等待一段时间我将为您查询!") + print ("此过程中切勿退出此界面!否则将会导致查询失败!") + #你就一直等着吧,反正不看源码你也不知道我在不在查 \ No newline at end of file