From 2b6a7bb2f9fa442a207c55c6ba0d37b7768440d3 Mon Sep 17 00:00:00 2001 From: XunFen <2121274686@qq.com> Date: Thu, 20 Jul 2023 14:49:34 +0000 Subject: [PATCH] =?UTF-8?q?add=20python/NBAI.py=20=E8=B6=85=E7=BA=A7?= =?UTF-8?q?=E5=8E=89=E5=AE=B3=E7=9A=84AI=EF=BC=8C=E7=A7=92=E6=9D=80ChatGPT?= =?UTF-8?q?=EF=BC=8CChatGPT=E8=A7=81=E4=BA=86=E9=83=BD=E5=BE=97=E8=AF=B4?= =?UTF-8?q?=E5=A3=B06?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: XunFen <2121274686@qq.com> --- python/NBAI | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 python/NBAI diff --git a/python/NBAI b/python/NBAI new file mode 100644 index 0000000..9ee046e --- /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 -- Gitee